Shades of True V #8162CE
Tints of True V #8162CE
RGB
CMYK
RGB Variations
Color information
#8162CE (or 0x8162CE) is known color: True V. HEX triplet: 81, 62 and CE. RGB value is (129,98,206). Sum of RGB (Red+Green+Blue) = 129+98+206=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #8162CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8162CE is #7E9D31. Grayscale: #777777. Windows color (decimal): -8297778 or 13525633. OLE color: 13525633.
HSL color Cylindrical-coordinate representation of color #8162CE: hue angle of 257.22º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8162CE is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 98 | 206 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.19 |
| HSL | 257.22º | 0.52% | 0.6% | - |
| HSV(B) | 257.22º | 0.52% | 0.81% | - |
| XYZ | 24.56 | 17.86 | 60.55 | - |
| YUV | 119.58 | 176.77 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 98 | 206 | 0.37 | 0.52 | 0 | 0.19 | 257.22 | 0.52 | 0.6 |
| Hex | 81 | 62 | CE | 25 | 34 | 0 | 13 | 101 | 34 | 3C |
| Octal | 201 | 142 | 316 | 45 | 64 | 0 | 23 | 401 | 64 | 74 |
| Binary | 10000001 | 1100010 | 11001110 | 100101 | 110100 | 0 | 10011 | 100000001 | 110100 | 111100 |
Color Harmonies of #8162CE
Complementary color
Monochromatic Colors of #8162CE
Black with #8162CE
Text Example
Text Example
White with #8162CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8162CE; }
p { color: rgb(129,98,206); }
H1.HeaderClassName
{
color: #8162CE;
}
.AnyTagClassName
{
color: #8162CE;
}
</style>
background-color css
<style>
a { background-color: #8162CE; }
a { background-color: rgb(129,98,206); }
div.DivClassName
{
background-color: #8162CE;
}
.BgClassName
{
background-color: #8162CE;
}
</style>
border-color css
<style>
span { border-color: #8162CE; }
span { border-color: rgb(129,98,206); }
td.TdClassName
{
border-color: #8162CE;
}
.TagClassName
{
border-color: #8162CE;
}
</style>