Shades of True V #8164C9
Tints of True V #8164C9
RGB
CMYK
RGB Variations
Color information
#8164C9 (or 0x8164C9) is known color: True V. HEX triplet: 81, 64 and C9. RGB value is (129,100,201). Sum of RGB (Red+Green+Blue) = 129+100+201=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: blue. Hex color #8164C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8164C9 is #7E9B36. Grayscale: #777777. Windows color (decimal): -8297271 or 13198465. OLE color: 13198465.
HSL color Cylindrical-coordinate representation of color #8164C9: hue angle of 257.23º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8164C9 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 100 | 201 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.21 |
| HSL | 257.23º | 0.48% | 0.59% | - |
| HSV(B) | 257.23º | 0.5% | 0.79% | - |
| XYZ | 24.15 | 18 | 57.46 | - |
| YUV | 120.19 | 173.61 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 100 | 201 | 0.36 | 0.50 | 0 | 0.21 | 257.23 | 0.48 | 0.59 |
| Hex | 81 | 64 | C9 | 24 | 32 | 0 | 15 | 101 | 30 | 3B |
| Octal | 201 | 144 | 311 | 44 | 62 | 0 | 25 | 401 | 60 | 73 |
| Binary | 10000001 | 1100100 | 11001001 | 100100 | 110010 | 0 | 10101 | 100000001 | 110000 | 111011 |
Color Harmonies of #8164C9
Complementary color
Monochromatic Colors of #8164C9
Black with #8164C9
Text Example
Text Example
White with #8164C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8164C9; }
p { color: rgb(129,100,201); }
H1.HeaderClassName
{
color: #8164C9;
}
.AnyTagClassName
{
color: #8164C9;
}
</style>
background-color css
<style>
a { background-color: #8164C9; }
a { background-color: rgb(129,100,201); }
div.DivClassName
{
background-color: #8164C9;
}
.BgClassName
{
background-color: #8164C9;
}
</style>
border-color css
<style>
span { border-color: #8164C9; }
span { border-color: rgb(129,100,201); }
td.TdClassName
{
border-color: #8164C9;
}
.TagClassName
{
border-color: #8164C9;
}
</style>