Shades of True V #8166CC
Tints of True V #8166CC
RGB
CMYK
RGB Variations
Color information
#8166CC (or 0x8166CC) is known color: True V. HEX triplet: 81, 66 and CC. RGB value is (129,102,204). Sum of RGB (Red+Green+Blue) = 129+102+204=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #8166CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8166CC is #7E9933. Grayscale: #797979. Windows color (decimal): -8296756 or 13395585. OLE color: 13395585.
HSL color Cylindrical-coordinate representation of color #8166CC: hue angle of 255.88º 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 #8166CC is Cyan = 0.37, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 102 | 204 | - |
| CMYK | 0.37 | 0.5 | 0 | 0.2 |
| HSL | 255.88º | 0.5% | 0.6% | - |
| HSV(B) | 255.88º | 0.5% | 0.8% | - |
| XYZ | 24.7 | 18.53 | 59.4 | - |
| YUV | 121.7 | 174.45 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 102 | 204 | 0.37 | 0.5 | 0 | 0.2 | 255.88 | 0.5 | 0.6 |
| Hex | 81 | 66 | CC | 25 | 32 | 0 | 14 | 100 | 32 | 3C |
| Octal | 201 | 146 | 314 | 45 | 62 | 0 | 24 | 400 | 62 | 74 |
| Binary | 10000001 | 1100110 | 11001100 | 100101 | 110010 | 0 | 10100 | 100000000 | 110010 | 111100 |
Color Harmonies of #8166CC
Complementary color
Monochromatic Colors of #8166CC
Black with #8166CC
Text Example
Text Example
White with #8166CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8166CC; }
p { color: rgb(129,102,204); }
H1.HeaderClassName
{
color: #8166CC;
}
.AnyTagClassName
{
color: #8166CC;
}
</style>
background-color css
<style>
a { background-color: #8166CC; }
a { background-color: rgb(129,102,204); }
div.DivClassName
{
background-color: #8166CC;
}
.BgClassName
{
background-color: #8166CC;
}
</style>
border-color css
<style>
span { border-color: #8166CC; }
span { border-color: rgb(129,102,204); }
td.TdClassName
{
border-color: #8166CC;
}
.TagClassName
{
border-color: #8166CC;
}
</style>