Shades of True V #8464C9
Tints of True V #8464C9
RGB
CMYK
RGB Variations
Color information
#8464C9 (or 0x8464C9) is known color: True V. HEX triplet: 84, 64 and C9. RGB value is (132,100,201). Sum of RGB (Red+Green+Blue) = 132+100+201=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 201 - color contains mainly: blue. Hex color #8464C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8464C9 is #7B9B36. Grayscale: #787878. Windows color (decimal): -8100663 or 13198468. OLE color: 13198468.
HSL color Cylindrical-coordinate representation of color #8464C9: hue angle of 259.01º 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 #8464C9 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 100 | 201 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.21 |
| HSL | 259.01º | 0.48% | 0.59% | - |
| HSV(B) | 259.01º | 0.5% | 0.79% | - |
| XYZ | 24.62 | 18.24 | 57.48 | - |
| YUV | 121.08 | 173.1 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 100 | 201 | 0.34 | 0.50 | 0 | 0.21 | 259.01 | 0.48 | 0.59 |
| Hex | 84 | 64 | C9 | 22 | 32 | 0 | 15 | 103 | 30 | 3B |
| Octal | 204 | 144 | 311 | 42 | 62 | 0 | 25 | 403 | 60 | 73 |
| Binary | 10000100 | 1100100 | 11001001 | 100010 | 110010 | 0 | 10101 | 100000011 | 110000 | 111011 |
Color Harmonies of #8464C9
Complementary color
Monochromatic Colors of #8464C9
Black with #8464C9
Text Example
Text Example
White with #8464C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8464C9; }
p { color: rgb(132,100,201); }
H1.HeaderClassName
{
color: #8464C9;
}
.AnyTagClassName
{
color: #8464C9;
}
</style>
background-color css
<style>
a { background-color: #8464C9; }
a { background-color: rgb(132,100,201); }
div.DivClassName
{
background-color: #8464C9;
}
.BgClassName
{
background-color: #8464C9;
}
</style>
border-color css
<style>
span { border-color: #8464C9; }
span { border-color: rgb(132,100,201); }
td.TdClassName
{
border-color: #8464C9;
}
.TagClassName
{
border-color: #8464C9;
}
</style>