Shades of Vivid Violet #8827A4
Tints of Vivid Violet #8827A4
RGB
CMYK
RGB Variations
Color information
#8827A4 (or 0x8827A4) is known color: Vivid Violet. HEX triplet: 88, 27 and A4. RGB value is (136,39,164). Sum of RGB (Red+Green+Blue) = 136+39+164=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 164 (64.45% from 255 or 48.38% from 339); Max value from RGB is 164 - color contains mainly: blue. Hex color #8827A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8827A4 is #77D85B. Grayscale: #515151. Windows color (decimal): -7854172 or 10758024. OLE color: 10758024.
HSL color Cylindrical-coordinate representation of color #8827A4: hue angle of 286.56º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8827A4 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 39 | 164 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.36 |
| HSL | 286.56º | 0.62% | 0.4% | - |
| HSV(B) | 286.56º | 0.76% | 0.64% | - |
| XYZ | 17.58 | 9.37 | 36 | - |
| YUV | 82.25 | 174.14 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 39 | 164 | 0.17 | 0.76 | 0 | 0.36 | 286.56 | 0.62 | 0.4 |
| Hex | 88 | 27 | A4 | 11 | 4C | 0 | 24 | 11F | 3E | 28 |
| Octal | 210 | 47 | 244 | 21 | 114 | 0 | 44 | 437 | 76 | 50 |
| Binary | 10001000 | 100111 | 10100100 | 10001 | 1001100 | 0 | 100100 | 100011111 | 111110 | 101000 |
Color Harmonies of #8827A4
Complementary color
Monochromatic Colors of #8827A4
Black with #8827A4
Text Example
Text Example
White with #8827A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8827A4; }
p { color: rgb(136,39,164); }
H1.HeaderClassName
{
color: #8827A4;
}
.AnyTagClassName
{
color: #8827A4;
}
</style>
background-color css
<style>
a { background-color: #8827A4; }
a { background-color: rgb(136,39,164); }
div.DivClassName
{
background-color: #8827A4;
}
.BgClassName
{
background-color: #8827A4;
}
</style>
border-color css
<style>
span { border-color: #8827A4; }
span { border-color: rgb(136,39,164); }
td.TdClassName
{
border-color: #8827A4;
}
.TagClassName
{
border-color: #8827A4;
}
</style>