Shades of True V #816BBE
Tints of True V #816BBE
RGB
CMYK
RGB Variations
Color information
#816BBE (or 0x816BBE) is known color: True V. HEX triplet: 81, 6B and BE. RGB value is (129,107,190). Sum of RGB (Red+Green+Blue) = 129+107+190=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #816BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816BBE is #7E9441. Grayscale: #7A7A7A. Windows color (decimal): -8295490 or 12479361. OLE color: 12479361.
HSL color Cylindrical-coordinate representation of color #816BBE: hue angle of 255.9º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #816BBE is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 107 | 190 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.25 |
| HSL | 255.9º | 0.39% | 0.58% | - |
| HSV(B) | 255.9º | 0.44% | 0.75% | - |
| XYZ | 23.61 | 18.9 | 51.12 | - |
| YUV | 123.04 | 165.79 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 107 | 190 | 0.32 | 0.44 | 0 | 0.25 | 255.9 | 0.39 | 0.58 |
| Hex | 81 | 6B | BE | 20 | 2C | 0 | 19 | 100 | 27 | 3A |
| Octal | 201 | 153 | 276 | 40 | 54 | 0 | 31 | 400 | 47 | 72 |
| Binary | 10000001 | 1101011 | 10111110 | 100000 | 101100 | 0 | 11001 | 100000000 | 100111 | 111010 |
Color Harmonies of #816BBE
Complementary color
Monochromatic Colors of #816BBE
Black with #816BBE
Text Example
Text Example
White with #816BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816BBE; }
p { color: rgb(129,107,190); }
H1.HeaderClassName
{
color: #816BBE;
}
.AnyTagClassName
{
color: #816BBE;
}
</style>
background-color css
<style>
a { background-color: #816BBE; }
a { background-color: rgb(129,107,190); }
div.DivClassName
{
background-color: #816BBE;
}
.BgClassName
{
background-color: #816BBE;
}
</style>
border-color css
<style>
span { border-color: #816BBE; }
span { border-color: rgb(129,107,190); }
td.TdClassName
{
border-color: #816BBE;
}
.TagClassName
{
border-color: #816BBE;
}
</style>