Shades of Vivid Violet #8724A5
Tints of Vivid Violet #8724A5
RGB
CMYK
RGB Variations
Color information
#8724A5 (or 0x8724A5) is known color: Vivid Violet. HEX triplet: 87, 24 and A5. RGB value is (135,36,165). Sum of RGB (Red+Green+Blue) = 135+36+165=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 165 (64.84% from 255 or 49.11% from 336); Max value from RGB is 165 - color contains mainly: blue. Hex color #8724A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8724A5 is #78DB5A. Grayscale: #4F4F4F. Windows color (decimal): -7920475 or 10822791. OLE color: 10822791.
HSL color Cylindrical-coordinate representation of color #8724A5: hue angle of 286.05º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8724A5 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 36 | 165 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.35 |
| HSL | 286.05º | 0.64% | 0.39% | - |
| HSV(B) | 286.05º | 0.78% | 0.65% | - |
| XYZ | 17.41 | 9.13 | 36.44 | - |
| YUV | 80.31 | 175.8 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 36 | 165 | 0.18 | 0.78 | 0 | 0.35 | 286.05 | 0.64 | 0.39 |
| Hex | 87 | 24 | A5 | 12 | 4E | 0 | 23 | 11E | 40 | 27 |
| Octal | 207 | 44 | 245 | 22 | 116 | 0 | 43 | 436 | 100 | 47 |
| Binary | 10000111 | 100100 | 10100101 | 10010 | 1001110 | 0 | 100011 | 100011110 | 1000000 | 100111 |
Color Harmonies of #8724A5
Complementary color
Monochromatic Colors of #8724A5
Black with #8724A5
Text Example
Text Example
White with #8724A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8724A5; }
p { color: rgb(135,36,165); }
H1.HeaderClassName
{
color: #8724A5;
}
.AnyTagClassName
{
color: #8724A5;
}
</style>
background-color css
<style>
a { background-color: #8724A5; }
a { background-color: rgb(135,36,165); }
div.DivClassName
{
background-color: #8724A5;
}
.BgClassName
{
background-color: #8724A5;
}
</style>
border-color css
<style>
span { border-color: #8724A5; }
span { border-color: rgb(135,36,165); }
td.TdClassName
{
border-color: #8724A5;
}
.TagClassName
{
border-color: #8724A5;
}
</style>