Shades of Vivid Violet #8825AC
Tints of Vivid Violet #8825AC
RGB
CMYK
RGB Variations
Color information
#8825AC (or 0x8825AC) is known color: Vivid Violet. HEX triplet: 88, 25 and AC. RGB value is (136,37,172). Sum of RGB (Red+Green+Blue) = 136+37+172=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #8825AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8825AC is #77DA53. Grayscale: #515151. Windows color (decimal): -7854676 or 11281800. OLE color: 11281800.
HSL color Cylindrical-coordinate representation of color #8825AC: hue angle of 284º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8825AC is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 37 | 172 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.33 |
| HSL | 284º | 0.65% | 0.41% | - |
| HSV(B) | 284º | 0.78% | 0.67% | - |
| XYZ | 18.26 | 9.54 | 39.91 | - |
| YUV | 81.99 | 178.8 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 172 | 0.21 | 0.78 | 0 | 0.33 | 284 | 0.65 | 0.41 |
| Hex | 88 | 25 | AC | 15 | 4E | 0 | 21 | 11C | 41 | 29 |
| Octal | 210 | 45 | 254 | 25 | 116 | 0 | 41 | 434 | 101 | 51 |
| Binary | 10001000 | 100101 | 10101100 | 10101 | 1001110 | 0 | 100001 | 100011100 | 1000001 | 101001 |
Color Harmonies of #8825AC
Complementary color
Monochromatic Colors of #8825AC
Black with #8825AC
Text Example
Text Example
White with #8825AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8825AC; }
p { color: rgb(136,37,172); }
H1.HeaderClassName
{
color: #8825AC;
}
.AnyTagClassName
{
color: #8825AC;
}
</style>
background-color css
<style>
a { background-color: #8825AC; }
a { background-color: rgb(136,37,172); }
div.DivClassName
{
background-color: #8825AC;
}
.BgClassName
{
background-color: #8825AC;
}
</style>
border-color css
<style>
span { border-color: #8825AC; }
span { border-color: rgb(136,37,172); }
td.TdClassName
{
border-color: #8825AC;
}
.TagClassName
{
border-color: #8825AC;
}
</style>