Shades of True V #8766CE
Tints of True V #8766CE
RGB
CMYK
RGB Variations
Color information
#8766CE (or 0x8766CE) is known color: True V. HEX triplet: 87, 66 and CE. RGB value is (135,102,206). Sum of RGB (Red+Green+Blue) = 135+102+206=443 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.47% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #8766CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8766CE is #789931. Grayscale: #7B7B7B. Windows color (decimal): -7903538 or 13526663. OLE color: 13526663.
HSL color Cylindrical-coordinate representation of color #8766CE: hue angle of 259.04º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8766CE is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 102 | 206 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.19 |
| HSL | 259.04º | 0.51% | 0.6% | - |
| HSV(B) | 259.04º | 0.5% | 0.81% | - |
| XYZ | 25.88 | 19.11 | 60.72 | - |
| YUV | 123.72 | 174.43 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 102 | 206 | 0.34 | 0.50 | 0 | 0.19 | 259.04 | 0.51 | 0.6 |
| Hex | 87 | 66 | CE | 22 | 32 | 0 | 13 | 103 | 33 | 3C |
| Octal | 207 | 146 | 316 | 42 | 62 | 0 | 23 | 403 | 63 | 74 |
| Binary | 10000111 | 1100110 | 11001110 | 100010 | 110010 | 0 | 10011 | 100000011 | 110011 | 111100 |
Color Harmonies of #8766CE
Complementary color
Monochromatic Colors of #8766CE
Black with #8766CE
Text Example
Text Example
White with #8766CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8766CE; }
p { color: rgb(135,102,206); }
H1.HeaderClassName
{
color: #8766CE;
}
.AnyTagClassName
{
color: #8766CE;
}
</style>
background-color css
<style>
a { background-color: #8766CE; }
a { background-color: rgb(135,102,206); }
div.DivClassName
{
background-color: #8766CE;
}
.BgClassName
{
background-color: #8766CE;
}
</style>
border-color css
<style>
span { border-color: #8766CE; }
span { border-color: rgb(135,102,206); }
td.TdClassName
{
border-color: #8766CE;
}
.TagClassName
{
border-color: #8766CE;
}
</style>