Shades of Vivid Violet #8825AB
Tints of Vivid Violet #8825AB
RGB
CMYK
RGB Variations
Color information
#8825AB (or 0x8825AB) is known color: Vivid Violet. HEX triplet: 88, 25 and AB. RGB value is (136,37,171). Sum of RGB (Red+Green+Blue) = 136+37+171=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #8825AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8825AB is #77DA54. Grayscale: #515151. Windows color (decimal): -7854677 or 11216264. OLE color: 11216264.
HSL color Cylindrical-coordinate representation of color #8825AB: hue angle of 284.33º degrees, saturation: 0.64, 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 #8825AB is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 37 | 171 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.33 |
| HSL | 284.33º | 0.64% | 0.41% | - |
| HSV(B) | 284.33º | 0.78% | 0.67% | - |
| XYZ | 18.17 | 9.5 | 39.4 | - |
| YUV | 81.88 | 178.3 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 171 | 0.20 | 0.78 | 0 | 0.33 | 284.33 | 0.64 | 0.41 |
| Hex | 88 | 25 | AB | 14 | 4E | 0 | 21 | 11C | 40 | 29 |
| Octal | 210 | 45 | 253 | 24 | 116 | 0 | 41 | 434 | 100 | 51 |
| Binary | 10001000 | 100101 | 10101011 | 10100 | 1001110 | 0 | 100001 | 100011100 | 1000000 | 101001 |
Color Harmonies of #8825AB
Complementary color
Monochromatic Colors of #8825AB
Black with #8825AB
Text Example
Text Example
White with #8825AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8825AB; }
p { color: rgb(136,37,171); }
H1.HeaderClassName
{
color: #8825AB;
}
.AnyTagClassName
{
color: #8825AB;
}
</style>
background-color css
<style>
a { background-color: #8825AB; }
a { background-color: rgb(136,37,171); }
div.DivClassName
{
background-color: #8825AB;
}
.BgClassName
{
background-color: #8825AB;
}
</style>
border-color css
<style>
span { border-color: #8825AB; }
span { border-color: rgb(136,37,171); }
td.TdClassName
{
border-color: #8825AB;
}
.TagClassName
{
border-color: #8825AB;
}
</style>