Shades of True V #815CCF
Tints of True V #815CCF
RGB
CMYK
RGB Variations
Color information
#815CCF (or 0x815CCF) is known color: True V. HEX triplet: 81, 5C and CF. RGB value is (129,92,207). Sum of RGB (Red+Green+Blue) = 129+92+207=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #815CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815CCF is #7EA330. Grayscale: #737373. Windows color (decimal): -8299313 or 13589633. OLE color: 13589633.
HSL color Cylindrical-coordinate representation of color #815CCF: hue angle of 259.3º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #815CCF is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 92 | 207 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.19 |
| HSL | 259.3º | 0.55% | 0.59% | - |
| HSV(B) | 259.3º | 0.56% | 0.81% | - |
| XYZ | 24.14 | 16.83 | 61.01 | - |
| YUV | 116.17 | 179.26 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 92 | 207 | 0.38 | 0.56 | 0 | 0.19 | 259.3 | 0.55 | 0.59 |
| Hex | 81 | 5C | CF | 26 | 38 | 0 | 13 | 103 | 37 | 3B |
| Octal | 201 | 134 | 317 | 46 | 70 | 0 | 23 | 403 | 67 | 73 |
| Binary | 10000001 | 1011100 | 11001111 | 100110 | 111000 | 0 | 10011 | 100000011 | 110111 | 111011 |
Color Harmonies of #815CCF
Complementary color
Monochromatic Colors of #815CCF
Black with #815CCF
Text Example
Text Example
White with #815CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815CCF; }
p { color: rgb(129,92,207); }
H1.HeaderClassName
{
color: #815CCF;
}
.AnyTagClassName
{
color: #815CCF;
}
</style>
background-color css
<style>
a { background-color: #815CCF; }
a { background-color: rgb(129,92,207); }
div.DivClassName
{
background-color: #815CCF;
}
.BgClassName
{
background-color: #815CCF;
}
</style>
border-color css
<style>
span { border-color: #815CCF; }
span { border-color: rgb(129,92,207); }
td.TdClassName
{
border-color: #815CCF;
}
.TagClassName
{
border-color: #815CCF;
}
</style>