Shades of True V #8166CE
Tints of True V #8166CE
RGB
CMYK
RGB Variations
Color information
#8166CE (or 0x8166CE) is known color: True V. HEX triplet: 81, 66 and CE. RGB value is (129,102,206). Sum of RGB (Red+Green+Blue) = 129+102+206=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #8166CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8166CE is #7E9931. Grayscale: #797979. Windows color (decimal): -8296754 or 13526657. OLE color: 13526657.
HSL color Cylindrical-coordinate representation of color #8166CE: hue angle of 255.58º 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 #8166CE is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 102 | 206 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.19 |
| HSL | 255.58º | 0.51% | 0.6% | - |
| HSV(B) | 255.58º | 0.5% | 0.81% | - |
| XYZ | 24.95 | 18.63 | 60.67 | - |
| YUV | 121.93 | 175.45 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 102 | 206 | 0.37 | 0.50 | 0 | 0.19 | 255.58 | 0.51 | 0.6 |
| Hex | 81 | 66 | CE | 25 | 32 | 0 | 13 | 100 | 33 | 3C |
| Octal | 201 | 146 | 316 | 45 | 62 | 0 | 23 | 400 | 63 | 74 |
| Binary | 10000001 | 1100110 | 11001110 | 100101 | 110010 | 0 | 10011 | 100000000 | 110011 | 111100 |
Color Harmonies of #8166CE
Complementary color
Monochromatic Colors of #8166CE
Black with #8166CE
Text Example
Text Example
White with #8166CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8166CE; }
p { color: rgb(129,102,206); }
H1.HeaderClassName
{
color: #8166CE;
}
.AnyTagClassName
{
color: #8166CE;
}
</style>
background-color css
<style>
a { background-color: #8166CE; }
a { background-color: rgb(129,102,206); }
div.DivClassName
{
background-color: #8166CE;
}
.BgClassName
{
background-color: #8166CE;
}
</style>
border-color css
<style>
span { border-color: #8166CE; }
span { border-color: rgb(129,102,206); }
td.TdClassName
{
border-color: #8166CE;
}
.TagClassName
{
border-color: #8166CE;
}
</style>