Shades of True V #815CCA
Tints of True V #815CCA
RGB
CMYK
RGB Variations
Color information
#815CCA (or 0x815CCA) is known color: True V. HEX triplet: 81, 5C and CA. RGB value is (129,92,202). Sum of RGB (Red+Green+Blue) = 129+92+202=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #815CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815CCA is #7EA335. Grayscale: #737373. Windows color (decimal): -8299318 or 13261953. OLE color: 13261953.
HSL color Cylindrical-coordinate representation of color #815CCA: hue angle of 260.18º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #815CCA is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 92 | 202 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.21 |
| HSL | 260.18º | 0.51% | 0.58% | - |
| HSV(B) | 260.18º | 0.54% | 0.79% | - |
| XYZ | 23.54 | 16.59 | 57.84 | - |
| YUV | 115.6 | 176.76 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 92 | 202 | 0.36 | 0.54 | 0 | 0.21 | 260.18 | 0.51 | 0.58 |
| Hex | 81 | 5C | CA | 24 | 36 | 0 | 15 | 104 | 33 | 3A |
| Octal | 201 | 134 | 312 | 44 | 66 | 0 | 25 | 404 | 63 | 72 |
| Binary | 10000001 | 1011100 | 11001010 | 100100 | 110110 | 0 | 10101 | 100000100 | 110011 | 111010 |
Color Harmonies of #815CCA
Complementary color
Monochromatic Colors of #815CCA
Black with #815CCA
Text Example
Text Example
White with #815CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815CCA; }
p { color: rgb(129,92,202); }
H1.HeaderClassName
{
color: #815CCA;
}
.AnyTagClassName
{
color: #815CCA;
}
</style>
background-color css
<style>
a { background-color: #815CCA; }
a { background-color: rgb(129,92,202); }
div.DivClassName
{
background-color: #815CCA;
}
.BgClassName
{
background-color: #815CCA;
}
</style>
border-color css
<style>
span { border-color: #815CCA; }
span { border-color: rgb(129,92,202); }
td.TdClassName
{
border-color: #815CCA;
}
.TagClassName
{
border-color: #815CCA;
}
</style>