Shades of True V #9476CF
Tints of True V #9476CF
RGB
CMYK
RGB Variations
Color information
#9476CF (or 0x9476CF) is known color: True V. HEX triplet: 94, 76 and CF. RGB value is (148,118,207). Sum of RGB (Red+Green+Blue) = 148+118+207=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #9476CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9476CF is #6B8930. Grayscale: #888888. Windows color (decimal): -7047473 or 13596308. OLE color: 13596308.
HSL color Cylindrical-coordinate representation of color #9476CF: hue angle of 260.22º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9476CF is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 118 | 207 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.19 |
| HSL | 260.22º | 0.48% | 0.64% | - |
| HSV(B) | 260.22º | 0.43% | 0.81% | - |
| XYZ | 29.95 | 23.76 | 62.04 | - |
| YUV | 137.12 | 167.44 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 118 | 207 | 0.29 | 0.43 | 0 | 0.19 | 260.22 | 0.48 | 0.64 |
| Hex | 94 | 76 | CF | 1D | 2B | 0 | 13 | 104 | 30 | 40 |
| Octal | 224 | 166 | 317 | 35 | 53 | 0 | 23 | 404 | 60 | 100 |
| Binary | 10010100 | 1110110 | 11001111 | 11101 | 101011 | 0 | 10011 | 100000100 | 110000 | 1000000 |
Color Harmonies of #9476CF
Complementary color
Monochromatic Colors of #9476CF
Black with #9476CF
Text Example
Text Example
White with #9476CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9476CF; }
p { color: rgb(148,118,207); }
H1.HeaderClassName
{
color: #9476CF;
}
.AnyTagClassName
{
color: #9476CF;
}
</style>
background-color css
<style>
a { background-color: #9476CF; }
a { background-color: rgb(148,118,207); }
div.DivClassName
{
background-color: #9476CF;
}
.BgClassName
{
background-color: #9476CF;
}
</style>
border-color css
<style>
span { border-color: #9476CF; }
span { border-color: rgb(148,118,207); }
td.TdClassName
{
border-color: #9476CF;
}
.TagClassName
{
border-color: #9476CF;
}
</style>