Shades of True V #815BBC
Tints of True V #815BBC
RGB
CMYK
RGB Variations
Color information
#815BBC (or 0x815BBC) is known color: True V. HEX triplet: 81, 5B and BC. RGB value is (129,91,188). Sum of RGB (Red+Green+Blue) = 129+91+188=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #815BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815BBC is #7EA443. Grayscale: #717171. Windows color (decimal): -8299588 or 12344193. OLE color: 12344193.
HSL color Cylindrical-coordinate representation of color #815BBC: hue angle of 263.51º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #815BBC is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 91 | 188 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.26 |
| HSL | 263.51º | 0.42% | 0.55% | - |
| HSV(B) | 263.51º | 0.52% | 0.74% | - |
| XYZ | 21.87 | 15.78 | 49.47 | - |
| YUV | 113.42 | 170.09 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 91 | 188 | 0.31 | 0.52 | 0 | 0.26 | 263.51 | 0.42 | 0.55 |
| Hex | 81 | 5B | BC | 1F | 34 | 0 | 1A | 108 | 2A | 37 |
| Octal | 201 | 133 | 274 | 37 | 64 | 0 | 32 | 410 | 52 | 67 |
| Binary | 10000001 | 1011011 | 10111100 | 11111 | 110100 | 0 | 11010 | 100001000 | 101010 | 110111 |
Color Harmonies of #815BBC
Complementary color
Monochromatic Colors of #815BBC
Black with #815BBC
Text Example
Text Example
White with #815BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815BBC; }
p { color: rgb(129,91,188); }
H1.HeaderClassName
{
color: #815BBC;
}
.AnyTagClassName
{
color: #815BBC;
}
</style>
background-color css
<style>
a { background-color: #815BBC; }
a { background-color: rgb(129,91,188); }
div.DivClassName
{
background-color: #815BBC;
}
.BgClassName
{
background-color: #815BBC;
}
</style>
border-color css
<style>
span { border-color: #815BBC; }
span { border-color: rgb(129,91,188); }
td.TdClassName
{
border-color: #815BBC;
}
.TagClassName
{
border-color: #815BBC;
}
</style>