Shades of True V #8166CD
Tints of True V #8166CD
RGB
CMYK
RGB Variations
Color information
#8166CD (or 0x8166CD) is known color: True V. HEX triplet: 81, 66 and CD. RGB value is (129,102,205). Sum of RGB (Red+Green+Blue) = 129+102+205=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #8166CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8166CD is #7E9932. Grayscale: #797979. Windows color (decimal): -8296755 or 13461121. OLE color: 13461121.
HSL color Cylindrical-coordinate representation of color #8166CD: hue angle of 255.73º degrees, saturation: 0.51, 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 #8166CD is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 102 | 205 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.20 |
| HSL | 255.73º | 0.51% | 0.6% | - |
| HSV(B) | 255.73º | 0.5% | 0.8% | - |
| XYZ | 24.82 | 18.58 | 60.04 | - |
| YUV | 121.82 | 174.95 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 102 | 205 | 0.37 | 0.50 | 0 | 0.20 | 255.73 | 0.51 | 0.6 |
| Hex | 81 | 66 | CD | 25 | 32 | 0 | 14 | 100 | 33 | 3C |
| Octal | 201 | 146 | 315 | 45 | 62 | 0 | 24 | 400 | 63 | 74 |
| Binary | 10000001 | 1100110 | 11001101 | 100101 | 110010 | 0 | 10100 | 100000000 | 110011 | 111100 |
Color Harmonies of #8166CD
Complementary color
Monochromatic Colors of #8166CD
Black with #8166CD
Text Example
Text Example
White with #8166CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8166CD; }
p { color: rgb(129,102,205); }
H1.HeaderClassName
{
color: #8166CD;
}
.AnyTagClassName
{
color: #8166CD;
}
</style>
background-color css
<style>
a { background-color: #8166CD; }
a { background-color: rgb(129,102,205); }
div.DivClassName
{
background-color: #8166CD;
}
.BgClassName
{
background-color: #8166CD;
}
</style>
border-color css
<style>
span { border-color: #8166CD; }
span { border-color: rgb(129,102,205); }
td.TdClassName
{
border-color: #8166CD;
}
.TagClassName
{
border-color: #8166CD;
}
</style>