Shades of True V #815FCE
Tints of True V #815FCE
RGB
CMYK
RGB Variations
Color information
#815FCE (or 0x815FCE) is known color: True V. HEX triplet: 81, 5F and CE. RGB value is (129,95,206). Sum of RGB (Red+Green+Blue) = 129+95+206=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #815FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815FCE is #7EA031. Grayscale: #757575. Windows color (decimal): -8298546 or 13524865. OLE color: 13524865.
HSL color Cylindrical-coordinate representation of color #815FCE: hue angle of 258.38º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #815FCE is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 95 | 206 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.19 |
| HSL | 258.38º | 0.53% | 0.59% | - |
| HSV(B) | 258.38º | 0.54% | 0.81% | - |
| XYZ | 24.29 | 17.31 | 60.45 | - |
| YUV | 117.82 | 177.76 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 95 | 206 | 0.37 | 0.54 | 0 | 0.19 | 258.38 | 0.53 | 0.59 |
| Hex | 81 | 5F | CE | 25 | 36 | 0 | 13 | 102 | 35 | 3B |
| Octal | 201 | 137 | 316 | 45 | 66 | 0 | 23 | 402 | 65 | 73 |
| Binary | 10000001 | 1011111 | 11001110 | 100101 | 110110 | 0 | 10011 | 100000010 | 110101 | 111011 |
Color Harmonies of #815FCE
Complementary color
Monochromatic Colors of #815FCE
Black with #815FCE
Text Example
Text Example
White with #815FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815FCE; }
p { color: rgb(129,95,206); }
H1.HeaderClassName
{
color: #815FCE;
}
.AnyTagClassName
{
color: #815FCE;
}
</style>
background-color css
<style>
a { background-color: #815FCE; }
a { background-color: rgb(129,95,206); }
div.DivClassName
{
background-color: #815FCE;
}
.BgClassName
{
background-color: #815FCE;
}
</style>
border-color css
<style>
span { border-color: #815FCE; }
span { border-color: rgb(129,95,206); }
td.TdClassName
{
border-color: #815FCE;
}
.TagClassName
{
border-color: #815FCE;
}
</style>