Shades of True V #816AC3
Tints of True V #816AC3
RGB
CMYK
RGB Variations
Color information
#816AC3 (or 0x816AC3) is known color: True V. HEX triplet: 81, 6A and C3. RGB value is (129,106,195). Sum of RGB (Red+Green+Blue) = 129+106+195=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 195 - color contains mainly: blue. Hex color #816AC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816AC3 is #7E953C. Grayscale: #7A7A7A. Windows color (decimal): -8295741 or 12806785. OLE color: 12806785.
HSL color Cylindrical-coordinate representation of color #816AC3: hue angle of 255.51º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #816AC3 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 106 | 195 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.24 |
| HSL | 255.51º | 0.43% | 0.59% | - |
| HSV(B) | 255.51º | 0.46% | 0.76% | - |
| XYZ | 24.06 | 18.92 | 54.01 | - |
| YUV | 123.02 | 168.62 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 106 | 195 | 0.34 | 0.46 | 0 | 0.24 | 255.51 | 0.43 | 0.59 |
| Hex | 81 | 6A | C3 | 22 | 2E | 0 | 18 | 100 | 2B | 3B |
| Octal | 201 | 152 | 303 | 42 | 56 | 0 | 30 | 400 | 53 | 73 |
| Binary | 10000001 | 1101010 | 11000011 | 100010 | 101110 | 0 | 11000 | 100000000 | 101011 | 111011 |
Color Harmonies of #816AC3
Complementary color
Monochromatic Colors of #816AC3
Black with #816AC3
Text Example
Text Example
White with #816AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816AC3; }
p { color: rgb(129,106,195); }
H1.HeaderClassName
{
color: #816AC3;
}
.AnyTagClassName
{
color: #816AC3;
}
</style>
background-color css
<style>
a { background-color: #816AC3; }
a { background-color: rgb(129,106,195); }
div.DivClassName
{
background-color: #816AC3;
}
.BgClassName
{
background-color: #816AC3;
}
</style>
border-color css
<style>
span { border-color: #816AC3; }
span { border-color: rgb(129,106,195); }
td.TdClassName
{
border-color: #816AC3;
}
.TagClassName
{
border-color: #816AC3;
}
</style>