Shades of True V #8666CC
Tints of True V #8666CC
RGB
CMYK
RGB Variations
Color information
#8666CC (or 0x8666CC) is known color: True V. HEX triplet: 86, 66 and CC. RGB value is (134,102,204). Sum of RGB (Red+Green+Blue) = 134+102+204=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #8666CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8666CC is #799933. Grayscale: #7A7A7A. Windows color (decimal): -7969076 or 13395590. OLE color: 13395590.
HSL color Cylindrical-coordinate representation of color #8666CC: hue angle of 258.82º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8666CC is Cyan = 0.34, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 102 | 204 | - |
| CMYK | 0.34 | 0.5 | 0 | 0.2 |
| HSL | 258.82º | 0.5% | 0.6% | - |
| HSV(B) | 258.82º | 0.5% | 0.8% | - |
| XYZ | 25.48 | 18.93 | 59.44 | - |
| YUV | 123.2 | 173.6 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 102 | 204 | 0.34 | 0.5 | 0 | 0.2 | 258.82 | 0.5 | 0.6 |
| Hex | 86 | 66 | CC | 22 | 32 | 0 | 14 | 103 | 32 | 3C |
| Octal | 206 | 146 | 314 | 42 | 62 | 0 | 24 | 403 | 62 | 74 |
| Binary | 10000110 | 1100110 | 11001100 | 100010 | 110010 | 0 | 10100 | 100000011 | 110010 | 111100 |
Color Harmonies of #8666CC
Complementary color
Monochromatic Colors of #8666CC
Black with #8666CC
Text Example
Text Example
White with #8666CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8666CC; }
p { color: rgb(134,102,204); }
H1.HeaderClassName
{
color: #8666CC;
}
.AnyTagClassName
{
color: #8666CC;
}
</style>
background-color css
<style>
a { background-color: #8666CC; }
a { background-color: rgb(134,102,204); }
div.DivClassName
{
background-color: #8666CC;
}
.BgClassName
{
background-color: #8666CC;
}
</style>
border-color css
<style>
span { border-color: #8666CC; }
span { border-color: rgb(134,102,204); }
td.TdClassName
{
border-color: #8666CC;
}
.TagClassName
{
border-color: #8666CC;
}
</style>