Shades of True V #815CCE
Tints of True V #815CCE
RGB
CMYK
RGB Variations
Color information
#815CCE (or 0x815CCE) is known color: True V. HEX triplet: 81, 5C and CE. RGB value is (129,92,206). Sum of RGB (Red+Green+Blue) = 129+92+206=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #815CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815CCE is #7EA331. Grayscale: #737373. Windows color (decimal): -8299314 or 13524097. OLE color: 13524097.
HSL color Cylindrical-coordinate representation of color #815CCE: hue angle of 259.47º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #815CCE is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 92 | 206 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.19 |
| HSL | 259.47º | 0.54% | 0.58% | - |
| HSV(B) | 259.47º | 0.55% | 0.81% | - |
| XYZ | 24.02 | 16.78 | 60.36 | - |
| YUV | 116.06 | 178.76 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 92 | 206 | 0.37 | 0.55 | 0 | 0.19 | 259.47 | 0.54 | 0.58 |
| Hex | 81 | 5C | CE | 25 | 37 | 0 | 13 | 103 | 36 | 3A |
| Octal | 201 | 134 | 316 | 45 | 67 | 0 | 23 | 403 | 66 | 72 |
| Binary | 10000001 | 1011100 | 11001110 | 100101 | 110111 | 0 | 10011 | 100000011 | 110110 | 111010 |
Color Harmonies of #815CCE
Complementary color
Monochromatic Colors of #815CCE
Black with #815CCE
Text Example
Text Example
White with #815CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815CCE; }
p { color: rgb(129,92,206); }
H1.HeaderClassName
{
color: #815CCE;
}
.AnyTagClassName
{
color: #815CCE;
}
</style>
background-color css
<style>
a { background-color: #815CCE; }
a { background-color: rgb(129,92,206); }
div.DivClassName
{
background-color: #815CCE;
}
.BgClassName
{
background-color: #815CCE;
}
</style>
border-color css
<style>
span { border-color: #815CCE; }
span { border-color: rgb(129,92,206); }
td.TdClassName
{
border-color: #815CCE;
}
.TagClassName
{
border-color: #815CCE;
}
</style>