Shades of True V #815BCE
Tints of True V #815BCE
RGB
CMYK
RGB Variations
Color information
#815BCE (or 0x815BCE) is known color: True V. HEX triplet: 81, 5B and CE. RGB value is (129,91,206). Sum of RGB (Red+Green+Blue) = 129+91+206=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #815BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815BCE is #7EA431. Grayscale: #737373. Windows color (decimal): -8299570 or 13523841. OLE color: 13523841.
HSL color Cylindrical-coordinate representation of color #815BCE: hue angle of 259.83º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #815BCE is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 91 | 206 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.19 |
| HSL | 259.83º | 0.54% | 0.58% | - |
| HSV(B) | 259.83º | 0.56% | 0.81% | - |
| XYZ | 23.93 | 16.61 | 60.34 | - |
| YUV | 115.47 | 179.09 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 91 | 206 | 0.37 | 0.56 | 0 | 0.19 | 259.83 | 0.54 | 0.58 |
| Hex | 81 | 5B | CE | 25 | 38 | 0 | 13 | 104 | 36 | 3A |
| Octal | 201 | 133 | 316 | 45 | 70 | 0 | 23 | 404 | 66 | 72 |
| Binary | 10000001 | 1011011 | 11001110 | 100101 | 111000 | 0 | 10011 | 100000100 | 110110 | 111010 |
Color Harmonies of #815BCE
Complementary color
Monochromatic Colors of #815BCE
Black with #815BCE
Text Example
Text Example
White with #815BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815BCE; }
p { color: rgb(129,91,206); }
H1.HeaderClassName
{
color: #815BCE;
}
.AnyTagClassName
{
color: #815BCE;
}
</style>
background-color css
<style>
a { background-color: #815BCE; }
a { background-color: rgb(129,91,206); }
div.DivClassName
{
background-color: #815BCE;
}
.BgClassName
{
background-color: #815BCE;
}
</style>
border-color css
<style>
span { border-color: #815BCE; }
span { border-color: rgb(129,91,206); }
td.TdClassName
{
border-color: #815BCE;
}
.TagClassName
{
border-color: #815BCE;
}
</style>