Shades of True V #8159CC
Tints of True V #8159CC
RGB
CMYK
RGB Variations
Color information
#8159CC (or 0x8159CC) is known color: True V. HEX triplet: 81, 59 and CC. RGB value is (129,89,204). Sum of RGB (Red+Green+Blue) = 129+89+204=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #8159CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8159CC is #7EA633. Grayscale: #717171. Windows color (decimal): -8300084 or 13392257. OLE color: 13392257.
HSL color Cylindrical-coordinate representation of color #8159CC: hue angle of 260.87º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8159CC is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 89 | 204 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.2 |
| HSL | 260.87º | 0.53% | 0.57% | - |
| HSV(B) | 260.87º | 0.56% | 0.8% | - |
| XYZ | 23.52 | 16.17 | 59.01 | - |
| YUV | 114.07 | 178.75 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 89 | 204 | 0.37 | 0.56 | 0 | 0.2 | 260.87 | 0.53 | 0.57 |
| Hex | 81 | 59 | CC | 25 | 38 | 0 | 14 | 105 | 35 | 39 |
| Octal | 201 | 131 | 314 | 45 | 70 | 0 | 24 | 405 | 65 | 71 |
| Binary | 10000001 | 1011001 | 11001100 | 100101 | 111000 | 0 | 10100 | 100000101 | 110101 | 111001 |
Color Harmonies of #8159CC
Complementary color
Monochromatic Colors of #8159CC
Black with #8159CC
Text Example
Text Example
White with #8159CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8159CC; }
p { color: rgb(129,89,204); }
H1.HeaderClassName
{
color: #8159CC;
}
.AnyTagClassName
{
color: #8159CC;
}
</style>
background-color css
<style>
a { background-color: #8159CC; }
a { background-color: rgb(129,89,204); }
div.DivClassName
{
background-color: #8159CC;
}
.BgClassName
{
background-color: #8159CC;
}
</style>
border-color css
<style>
span { border-color: #8159CC; }
span { border-color: rgb(129,89,204); }
td.TdClassName
{
border-color: #8159CC;
}
.TagClassName
{
border-color: #8159CC;
}
</style>