Shades of True V #8161CE
Tints of True V #8161CE
RGB
CMYK
RGB Variations
Color information
#8161CE (or 0x8161CE) is known color: True V. HEX triplet: 81, 61 and CE. RGB value is (129,97,206). Sum of RGB (Red+Green+Blue) = 129+97+206=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #8161CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8161CE is #7E9E31. Grayscale: #767676. Windows color (decimal): -8298034 or 13525377. OLE color: 13525377.
HSL color Cylindrical-coordinate representation of color #8161CE: hue angle of 257.61º 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 #8161CE is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 97 | 206 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.19 |
| HSL | 257.61º | 0.53% | 0.59% | - |
| HSV(B) | 257.61º | 0.53% | 0.81% | - |
| XYZ | 24.47 | 17.67 | 60.51 | - |
| YUV | 118.99 | 177.1 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 97 | 206 | 0.37 | 0.53 | 0 | 0.19 | 257.61 | 0.53 | 0.59 |
| Hex | 81 | 61 | CE | 25 | 35 | 0 | 13 | 102 | 35 | 3B |
| Octal | 201 | 141 | 316 | 45 | 65 | 0 | 23 | 402 | 65 | 73 |
| Binary | 10000001 | 1100001 | 11001110 | 100101 | 110101 | 0 | 10011 | 100000010 | 110101 | 111011 |
Color Harmonies of #8161CE
Complementary color
Monochromatic Colors of #8161CE
Black with #8161CE
Text Example
Text Example
White with #8161CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8161CE; }
p { color: rgb(129,97,206); }
H1.HeaderClassName
{
color: #8161CE;
}
.AnyTagClassName
{
color: #8161CE;
}
</style>
background-color css
<style>
a { background-color: #8161CE; }
a { background-color: rgb(129,97,206); }
div.DivClassName
{
background-color: #8161CE;
}
.BgClassName
{
background-color: #8161CE;
}
</style>
border-color css
<style>
span { border-color: #8161CE; }
span { border-color: rgb(129,97,206); }
td.TdClassName
{
border-color: #8161CE;
}
.TagClassName
{
border-color: #8161CE;
}
</style>