Shades of True V #8772C9
Tints of True V #8772C9
RGB
CMYK
RGB Variations
Color information
#8772C9 (or 0x8772C9) is known color: True V. HEX triplet: 87, 72 and C9. RGB value is (135,114,201). Sum of RGB (Red+Green+Blue) = 135+114+201=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 201 - color contains mainly: blue. Hex color #8772C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8772C9 is #788D36. Grayscale: #818181. Windows color (decimal): -7900471 or 13202055. OLE color: 13202055.
HSL color Cylindrical-coordinate representation of color #8772C9: hue angle of 254.48º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8772C9 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 114 | 201 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.21 |
| HSL | 254.48º | 0.45% | 0.62% | - |
| HSV(B) | 254.48º | 0.43% | 0.79% | - |
| XYZ | 26.55 | 21.4 | 57.99 | - |
| YUV | 130.2 | 167.96 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 114 | 201 | 0.33 | 0.43 | 0 | 0.21 | 254.48 | 0.45 | 0.62 |
| Hex | 87 | 72 | C9 | 21 | 2B | 0 | 15 | FE | 2D | 3E |
| Octal | 207 | 162 | 311 | 41 | 53 | 0 | 25 | 376 | 55 | 76 |
| Binary | 10000111 | 1110010 | 11001001 | 100001 | 101011 | 0 | 10101 | 11111110 | 101101 | 111110 |
Color Harmonies of #8772C9
Complementary color
Monochromatic Colors of #8772C9
Black with #8772C9
Text Example
Text Example
White with #8772C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8772C9; }
p { color: rgb(135,114,201); }
H1.HeaderClassName
{
color: #8772C9;
}
.AnyTagClassName
{
color: #8772C9;
}
</style>
background-color css
<style>
a { background-color: #8772C9; }
a { background-color: rgb(135,114,201); }
div.DivClassName
{
background-color: #8772C9;
}
.BgClassName
{
background-color: #8772C9;
}
</style>
border-color css
<style>
span { border-color: #8772C9; }
span { border-color: rgb(135,114,201); }
td.TdClassName
{
border-color: #8772C9;
}
.TagClassName
{
border-color: #8772C9;
}
</style>