Shades of True V #815ECD
Tints of True V #815ECD
RGB
CMYK
RGB Variations
Color information
#815ECD (or 0x815ECD) is known color: True V. HEX triplet: 81, 5E and CD. RGB value is (129,94,205). Sum of RGB (Red+Green+Blue) = 129+94+205=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #815ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815ECD is #7EA132. Grayscale: #747474. Windows color (decimal): -8298803 or 13459073. OLE color: 13459073.
HSL color Cylindrical-coordinate representation of color #815ECD: hue angle of 258.92º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #815ECD is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 94 | 205 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.20 |
| HSL | 258.92º | 0.53% | 0.59% | - |
| HSV(B) | 258.92º | 0.54% | 0.8% | - |
| XYZ | 24.08 | 17.08 | 59.79 | - |
| YUV | 117.12 | 177.6 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 94 | 205 | 0.37 | 0.54 | 0 | 0.20 | 258.92 | 0.53 | 0.59 |
| Hex | 81 | 5E | CD | 25 | 36 | 0 | 14 | 103 | 35 | 3B |
| Octal | 201 | 136 | 315 | 45 | 66 | 0 | 24 | 403 | 65 | 73 |
| Binary | 10000001 | 1011110 | 11001101 | 100101 | 110110 | 0 | 10100 | 100000011 | 110101 | 111011 |
Color Harmonies of #815ECD
Complementary color
Monochromatic Colors of #815ECD
Black with #815ECD
Text Example
Text Example
White with #815ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815ECD; }
p { color: rgb(129,94,205); }
H1.HeaderClassName
{
color: #815ECD;
}
.AnyTagClassName
{
color: #815ECD;
}
</style>
background-color css
<style>
a { background-color: #815ECD; }
a { background-color: rgb(129,94,205); }
div.DivClassName
{
background-color: #815ECD;
}
.BgClassName
{
background-color: #815ECD;
}
</style>
border-color css
<style>
span { border-color: #815ECD; }
span { border-color: rgb(129,94,205); }
td.TdClassName
{
border-color: #815ECD;
}
.TagClassName
{
border-color: #815ECD;
}
</style>