Shades of True V #815CCC
Tints of True V #815CCC
RGB
CMYK
RGB Variations
Color information
#815CCC (or 0x815CCC) is known color: True V. HEX triplet: 81, 5C and CC. RGB value is (129,92,204). Sum of RGB (Red+Green+Blue) = 129+92+204=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #815CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815CCC is #7EA333. Grayscale: #737373. Windows color (decimal): -8299316 or 13393025. OLE color: 13393025.
HSL color Cylindrical-coordinate representation of color #815CCC: hue angle of 259.82º degrees, saturation: 0.52, 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 #815CCC is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 92 | 204 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.2 |
| HSL | 259.82º | 0.52% | 0.58% | - |
| HSV(B) | 259.82º | 0.55% | 0.8% | - |
| XYZ | 23.78 | 16.68 | 59.09 | - |
| YUV | 115.83 | 177.76 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 92 | 204 | 0.37 | 0.55 | 0 | 0.2 | 259.82 | 0.52 | 0.58 |
| Hex | 81 | 5C | CC | 25 | 37 | 0 | 14 | 104 | 34 | 3A |
| Octal | 201 | 134 | 314 | 45 | 67 | 0 | 24 | 404 | 64 | 72 |
| Binary | 10000001 | 1011100 | 11001100 | 100101 | 110111 | 0 | 10100 | 100000100 | 110100 | 111010 |
Color Harmonies of #815CCC
Complementary color
Monochromatic Colors of #815CCC
Black with #815CCC
Text Example
Text Example
White with #815CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815CCC; }
p { color: rgb(129,92,204); }
H1.HeaderClassName
{
color: #815CCC;
}
.AnyTagClassName
{
color: #815CCC;
}
</style>
background-color css
<style>
a { background-color: #815CCC; }
a { background-color: rgb(129,92,204); }
div.DivClassName
{
background-color: #815CCC;
}
.BgClassName
{
background-color: #815CCC;
}
</style>
border-color css
<style>
span { border-color: #815CCC; }
span { border-color: rgb(129,92,204); }
td.TdClassName
{
border-color: #815CCC;
}
.TagClassName
{
border-color: #815CCC;
}
</style>