Shades of True V #816BC0
Tints of True V #816BC0
RGB
CMYK
RGB Variations
Color information
#816BC0 (or 0x816BC0) is known color: True V. HEX triplet: 81, 6B and C0. RGB value is (129,107,192). Sum of RGB (Red+Green+Blue) = 129+107+192=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: blue. Hex color #816BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816BC0 is #7E943F. Grayscale: #7A7A7A. Windows color (decimal): -8295488 or 12610433. OLE color: 12610433.
HSL color Cylindrical-coordinate representation of color #816BC0: hue angle of 255.53º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #816BC0 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 107 | 192 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.25 |
| HSL | 255.53º | 0.4% | 0.59% | - |
| HSV(B) | 255.53º | 0.44% | 0.75% | - |
| XYZ | 23.83 | 18.99 | 52.28 | - |
| YUV | 123.27 | 166.79 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 107 | 192 | 0.33 | 0.44 | 0 | 0.25 | 255.53 | 0.4 | 0.59 |
| Hex | 81 | 6B | C0 | 21 | 2C | 0 | 19 | 100 | 28 | 3B |
| Octal | 201 | 153 | 300 | 41 | 54 | 0 | 31 | 400 | 50 | 73 |
| Binary | 10000001 | 1101011 | 11000000 | 100001 | 101100 | 0 | 11001 | 100000000 | 101000 | 111011 |
Color Harmonies of #816BC0
Complementary color
Monochromatic Colors of #816BC0
Black with #816BC0
Text Example
Text Example
White with #816BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816BC0; }
p { color: rgb(129,107,192); }
H1.HeaderClassName
{
color: #816BC0;
}
.AnyTagClassName
{
color: #816BC0;
}
</style>
background-color css
<style>
a { background-color: #816BC0; }
a { background-color: rgb(129,107,192); }
div.DivClassName
{
background-color: #816BC0;
}
.BgClassName
{
background-color: #816BC0;
}
</style>
border-color css
<style>
span { border-color: #816BC0; }
span { border-color: rgb(129,107,192); }
td.TdClassName
{
border-color: #816BC0;
}
.TagClassName
{
border-color: #816BC0;
}
</style>