Shades of True V #815ECB
Tints of True V #815ECB
RGB
CMYK
RGB Variations
Color information
#815ECB (or 0x815ECB) is known color: True V. HEX triplet: 81, 5E and CB. RGB value is (129,94,203). Sum of RGB (Red+Green+Blue) = 129+94+203=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #815ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815ECB is #7EA134. Grayscale: #747474. Windows color (decimal): -8298805 or 13328001. OLE color: 13328001.
HSL color Cylindrical-coordinate representation of color #815ECB: hue angle of 259.27º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #815ECB is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 94 | 203 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.20 |
| HSL | 259.27º | 0.51% | 0.58% | - |
| HSV(B) | 259.27º | 0.54% | 0.8% | - |
| XYZ | 23.84 | 16.98 | 58.52 | - |
| YUV | 116.89 | 176.6 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 94 | 203 | 0.36 | 0.54 | 0 | 0.20 | 259.27 | 0.51 | 0.58 |
| Hex | 81 | 5E | CB | 24 | 36 | 0 | 14 | 103 | 33 | 3A |
| Octal | 201 | 136 | 313 | 44 | 66 | 0 | 24 | 403 | 63 | 72 |
| Binary | 10000001 | 1011110 | 11001011 | 100100 | 110110 | 0 | 10100 | 100000011 | 110011 | 111010 |
Color Harmonies of #815ECB
Complementary color
Monochromatic Colors of #815ECB
Black with #815ECB
Text Example
Text Example
White with #815ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815ECB; }
p { color: rgb(129,94,203); }
H1.HeaderClassName
{
color: #815ECB;
}
.AnyTagClassName
{
color: #815ECB;
}
</style>
background-color css
<style>
a { background-color: #815ECB; }
a { background-color: rgb(129,94,203); }
div.DivClassName
{
background-color: #815ECB;
}
.BgClassName
{
background-color: #815ECB;
}
</style>
border-color css
<style>
span { border-color: #815ECB; }
span { border-color: rgb(129,94,203); }
td.TdClassName
{
border-color: #815ECB;
}
.TagClassName
{
border-color: #815ECB;
}
</style>