Shades of True V #8766CF
Tints of True V #8766CF
RGB
CMYK
RGB Variations
Color information
#8766CF (or 0x8766CF) is known color: True V. HEX triplet: 87, 66 and CF. RGB value is (135,102,207). Sum of RGB (Red+Green+Blue) = 135+102+207=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #8766CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8766CF is #789930. Grayscale: #7B7B7B. Windows color (decimal): -7903537 or 13592199. OLE color: 13592199.
HSL color Cylindrical-coordinate representation of color #8766CF: hue angle of 258.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8766CF is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 102 | 207 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.19 |
| HSL | 258.86º | 0.52% | 0.61% | - |
| HSV(B) | 258.86º | 0.51% | 0.81% | - |
| XYZ | 26.01 | 19.16 | 61.36 | - |
| YUV | 123.84 | 174.93 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 102 | 207 | 0.35 | 0.51 | 0 | 0.19 | 258.86 | 0.52 | 0.61 |
| Hex | 87 | 66 | CF | 23 | 33 | 0 | 13 | 103 | 34 | 3D |
| Octal | 207 | 146 | 317 | 43 | 63 | 0 | 23 | 403 | 64 | 75 |
| Binary | 10000111 | 1100110 | 11001111 | 100011 | 110011 | 0 | 10011 | 100000011 | 110100 | 111101 |
Color Harmonies of #8766CF
Complementary color
Monochromatic Colors of #8766CF
Black with #8766CF
Text Example
Text Example
White with #8766CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8766CF; }
p { color: rgb(135,102,207); }
H1.HeaderClassName
{
color: #8766CF;
}
.AnyTagClassName
{
color: #8766CF;
}
</style>
background-color css
<style>
a { background-color: #8766CF; }
a { background-color: rgb(135,102,207); }
div.DivClassName
{
background-color: #8766CF;
}
.BgClassName
{
background-color: #8766CF;
}
</style>
border-color css
<style>
span { border-color: #8766CF; }
span { border-color: rgb(135,102,207); }
td.TdClassName
{
border-color: #8766CF;
}
.TagClassName
{
border-color: #8766CF;
}
</style>