Shades of True V #8866CF
Tints of True V #8866CF
RGB
CMYK
RGB Variations
Color information
#8866CF (or 0x8866CF) is known color: True V. HEX triplet: 88, 66 and CF. RGB value is (136,102,207). Sum of RGB (Red+Green+Blue) = 136+102+207=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #8866CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8866CF is #779930. Grayscale: #7B7B7B. Windows color (decimal): -7838001 or 13592200. OLE color: 13592200.
HSL color Cylindrical-coordinate representation of color #8866CF: hue angle of 259.43º 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 #8866CF is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 102 | 207 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.19 |
| HSL | 259.43º | 0.52% | 0.61% | - |
| HSV(B) | 259.43º | 0.51% | 0.81% | - |
| XYZ | 26.17 | 19.24 | 61.37 | - |
| YUV | 124.14 | 174.76 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 102 | 207 | 0.34 | 0.51 | 0 | 0.19 | 259.43 | 0.52 | 0.61 |
| Hex | 88 | 66 | CF | 22 | 33 | 0 | 13 | 103 | 34 | 3D |
| Octal | 210 | 146 | 317 | 42 | 63 | 0 | 23 | 403 | 64 | 75 |
| Binary | 10001000 | 1100110 | 11001111 | 100010 | 110011 | 0 | 10011 | 100000011 | 110100 | 111101 |
Color Harmonies of #8866CF
Complementary color
Monochromatic Colors of #8866CF
Black with #8866CF
Text Example
Text Example
White with #8866CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8866CF; }
p { color: rgb(136,102,207); }
H1.HeaderClassName
{
color: #8866CF;
}
.AnyTagClassName
{
color: #8866CF;
}
</style>
background-color css
<style>
a { background-color: #8866CF; }
a { background-color: rgb(136,102,207); }
div.DivClassName
{
background-color: #8866CF;
}
.BgClassName
{
background-color: #8866CF;
}
</style>
border-color css
<style>
span { border-color: #8866CF; }
span { border-color: rgb(136,102,207); }
td.TdClassName
{
border-color: #8866CF;
}
.TagClassName
{
border-color: #8866CF;
}
</style>