Shades of True V #8160CE
Tints of True V #8160CE
RGB
CMYK
RGB Variations
Color information
#8160CE (or 0x8160CE) is known color: True V. HEX triplet: 81, 60 and CE. RGB value is (129,96,206). Sum of RGB (Red+Green+Blue) = 129+96+206=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #8160CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8160CE is #7E9F31. Grayscale: #767676. Windows color (decimal): -8298290 or 13525121. OLE color: 13525121.
HSL color Cylindrical-coordinate representation of color #8160CE: hue angle of 258º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8160CE is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 96 | 206 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.19 |
| HSL | 258º | 0.53% | 0.59% | - |
| HSV(B) | 258º | 0.53% | 0.81% | - |
| XYZ | 24.38 | 17.49 | 60.48 | - |
| YUV | 118.41 | 177.43 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 96 | 206 | 0.37 | 0.53 | 0 | 0.19 | 258 | 0.53 | 0.59 |
| Hex | 81 | 60 | CE | 25 | 35 | 0 | 13 | 102 | 35 | 3B |
| Octal | 201 | 140 | 316 | 45 | 65 | 0 | 23 | 402 | 65 | 73 |
| Binary | 10000001 | 1100000 | 11001110 | 100101 | 110101 | 0 | 10011 | 100000010 | 110101 | 111011 |
Color Harmonies of #8160CE
Complementary color
Monochromatic Colors of #8160CE
Black with #8160CE
Text Example
Text Example
White with #8160CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8160CE; }
p { color: rgb(129,96,206); }
H1.HeaderClassName
{
color: #8160CE;
}
.AnyTagClassName
{
color: #8160CE;
}
</style>
background-color css
<style>
a { background-color: #8160CE; }
a { background-color: rgb(129,96,206); }
div.DivClassName
{
background-color: #8160CE;
}
.BgClassName
{
background-color: #8160CE;
}
</style>
border-color css
<style>
span { border-color: #8160CE; }
span { border-color: rgb(129,96,206); }
td.TdClassName
{
border-color: #8160CE;
}
.TagClassName
{
border-color: #8160CE;
}
</style>