Shades of True V #816BBB
Tints of True V #816BBB
RGB
CMYK
RGB Variations
Color information
#816BBB (or 0x816BBB) is known color: True V. HEX triplet: 81, 6B and BB. RGB value is (129,107,187). Sum of RGB (Red+Green+Blue) = 129+107+187=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #816BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816BBB is #7E9444. Grayscale: #7A7A7A. Windows color (decimal): -8295493 or 12282753. OLE color: 12282753.
HSL color Cylindrical-coordinate representation of color #816BBB: hue angle of 256.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #816BBB is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 107 | 187 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.27 |
| HSL | 256.5º | 0.37% | 0.58% | - |
| HSV(B) | 256.5º | 0.43% | 0.73% | - |
| XYZ | 23.28 | 18.77 | 49.41 | - |
| YUV | 122.7 | 164.29 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 107 | 187 | 0.31 | 0.43 | 0 | 0.27 | 256.5 | 0.37 | 0.58 |
| Hex | 81 | 6B | BB | 1F | 2B | 0 | 1B | 100 | 25 | 3A |
| Octal | 201 | 153 | 273 | 37 | 53 | 0 | 33 | 400 | 45 | 72 |
| Binary | 10000001 | 1101011 | 10111011 | 11111 | 101011 | 0 | 11011 | 100000000 | 100101 | 111010 |
Color Harmonies of #816BBB
Complementary color
Monochromatic Colors of #816BBB
Black with #816BBB
Text Example
Text Example
White with #816BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816BBB; }
p { color: rgb(129,107,187); }
H1.HeaderClassName
{
color: #816BBB;
}
.AnyTagClassName
{
color: #816BBB;
}
</style>
background-color css
<style>
a { background-color: #816BBB; }
a { background-color: rgb(129,107,187); }
div.DivClassName
{
background-color: #816BBB;
}
.BgClassName
{
background-color: #816BBB;
}
</style>
border-color css
<style>
span { border-color: #816BBB; }
span { border-color: rgb(129,107,187); }
td.TdClassName
{
border-color: #816BBB;
}
.TagClassName
{
border-color: #816BBB;
}
</style>