Shades of Vivid Violet #8721A4
Tints of Vivid Violet #8721A4
RGB
CMYK
RGB Variations
Color information
#8721A4 (or 0x8721A4) is known color: Vivid Violet. HEX triplet: 87, 21 and A4. RGB value is (135,33,164). Sum of RGB (Red+Green+Blue) = 135+33+164=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 164 (64.45% from 255 or 49.40% from 332); Max value from RGB is 164 - color contains mainly: blue. Hex color #8721A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8721A4 is #78DE5B. Grayscale: #4E4E4E. Windows color (decimal): -7921244 or 10756487. OLE color: 10756487.
HSL color Cylindrical-coordinate representation of color #8721A4: hue angle of 286.72º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8721A4 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 33 | 164 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.36 |
| HSL | 286.72º | 0.66% | 0.39% | - |
| HSV(B) | 286.72º | 0.8% | 0.64% | - |
| XYZ | 17.24 | 8.92 | 35.94 | - |
| YUV | 78.43 | 176.29 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 33 | 164 | 0.18 | 0.80 | 0 | 0.36 | 286.72 | 0.66 | 0.39 |
| Hex | 87 | 21 | A4 | 12 | 50 | 0 | 24 | 11F | 42 | 27 |
| Octal | 207 | 41 | 244 | 22 | 120 | 0 | 44 | 437 | 102 | 47 |
| Binary | 10000111 | 100001 | 10100100 | 10010 | 1010000 | 0 | 100100 | 100011111 | 1000010 | 100111 |
Color Harmonies of #8721A4
Complementary color
Monochromatic Colors of #8721A4
Black with #8721A4
Text Example
Text Example
White with #8721A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8721A4; }
p { color: rgb(135,33,164); }
H1.HeaderClassName
{
color: #8721A4;
}
.AnyTagClassName
{
color: #8721A4;
}
</style>
background-color css
<style>
a { background-color: #8721A4; }
a { background-color: rgb(135,33,164); }
div.DivClassName
{
background-color: #8721A4;
}
.BgClassName
{
background-color: #8721A4;
}
</style>
border-color css
<style>
span { border-color: #8721A4; }
span { border-color: rgb(135,33,164); }
td.TdClassName
{
border-color: #8721A4;
}
.TagClassName
{
border-color: #8721A4;
}
</style>