Shades of True V #815DCD
Tints of True V #815DCD
RGB
CMYK
RGB Variations
Color information
#815DCD (or 0x815DCD) is known color: True V. HEX triplet: 81, 5D and CD. RGB value is (129,93,205). Sum of RGB (Red+Green+Blue) = 129+93+205=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #815DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815DCD is #7EA232. Grayscale: #747474. Windows color (decimal): -8299059 or 13458817. OLE color: 13458817.
HSL color Cylindrical-coordinate representation of color #815DCD: hue angle of 259.29º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #815DCD is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 93 | 205 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.20 |
| HSL | 259.29º | 0.53% | 0.58% | - |
| HSV(B) | 259.29º | 0.55% | 0.8% | - |
| XYZ | 23.99 | 16.9 | 59.76 | - |
| YUV | 116.53 | 177.93 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 93 | 205 | 0.37 | 0.55 | 0 | 0.20 | 259.29 | 0.53 | 0.58 |
| Hex | 81 | 5D | CD | 25 | 37 | 0 | 14 | 103 | 35 | 3A |
| Octal | 201 | 135 | 315 | 45 | 67 | 0 | 24 | 403 | 65 | 72 |
| Binary | 10000001 | 1011101 | 11001101 | 100101 | 110111 | 0 | 10100 | 100000011 | 110101 | 111010 |
Color Harmonies of #815DCD
Complementary color
Monochromatic Colors of #815DCD
Black with #815DCD
Text Example
Text Example
White with #815DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815DCD; }
p { color: rgb(129,93,205); }
H1.HeaderClassName
{
color: #815DCD;
}
.AnyTagClassName
{
color: #815DCD;
}
</style>
background-color css
<style>
a { background-color: #815DCD; }
a { background-color: rgb(129,93,205); }
div.DivClassName
{
background-color: #815DCD;
}
.BgClassName
{
background-color: #815DCD;
}
</style>
border-color css
<style>
span { border-color: #815DCD; }
span { border-color: rgb(129,93,205); }
td.TdClassName
{
border-color: #815DCD;
}
.TagClassName
{
border-color: #815DCD;
}
</style>