Shades of True V #8764C9
Tints of True V #8764C9
RGB
CMYK
RGB Variations
Color information
#8764C9 (or 0x8764C9) is known color: True V. HEX triplet: 87, 64 and C9. RGB value is (135,100,201). Sum of RGB (Red+Green+Blue) = 135+100+201=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 201 - color contains mainly: blue. Hex color #8764C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8764C9 is #789B36. Grayscale: #797979. Windows color (decimal): -7904055 or 13198471. OLE color: 13198471.
HSL color Cylindrical-coordinate representation of color #8764C9: hue angle of 260.79º 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 #8764C9 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 100 | 201 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.21 |
| HSL | 260.79º | 0.48% | 0.59% | - |
| HSV(B) | 260.79º | 0.5% | 0.79% | - |
| XYZ | 25.09 | 18.48 | 57.5 | - |
| YUV | 121.98 | 172.6 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 100 | 201 | 0.33 | 0.50 | 0 | 0.21 | 260.79 | 0.48 | 0.59 |
| Hex | 87 | 64 | C9 | 21 | 32 | 0 | 15 | 105 | 30 | 3B |
| Octal | 207 | 144 | 311 | 41 | 62 | 0 | 25 | 405 | 60 | 73 |
| Binary | 10000111 | 1100100 | 11001001 | 100001 | 110010 | 0 | 10101 | 100000101 | 110000 | 111011 |
Color Harmonies of #8764C9
Complementary color
Monochromatic Colors of #8764C9
Black with #8764C9
Text Example
Text Example
White with #8764C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8764C9; }
p { color: rgb(135,100,201); }
H1.HeaderClassName
{
color: #8764C9;
}
.AnyTagClassName
{
color: #8764C9;
}
</style>
background-color css
<style>
a { background-color: #8764C9; }
a { background-color: rgb(135,100,201); }
div.DivClassName
{
background-color: #8764C9;
}
.BgClassName
{
background-color: #8764C9;
}
</style>
border-color css
<style>
span { border-color: #8764C9; }
span { border-color: rgb(135,100,201); }
td.TdClassName
{
border-color: #8764C9;
}
.TagClassName
{
border-color: #8764C9;
}
</style>