Shades of Vivid Violet #8918AA
Tints of Vivid Violet #8918AA
RGB
CMYK
RGB Variations
Color information
#8918AA (or 0x8918AA) is known color: Vivid Violet. HEX triplet: 89, 18 and AA. RGB value is (137,24,170). Sum of RGB (Red+Green+Blue) = 137+24+170=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #8918AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8918AA is #76E755. Grayscale: #494949. Windows color (decimal): -7792470 or 11147401. OLE color: 11147401.
HSL color Cylindrical-coordinate representation of color #8918AA: hue angle of 286.44º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8918AA is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 24 | 170 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.33 |
| HSL | 286.44º | 0.75% | 0.38% | - |
| HSV(B) | 286.44º | 0.86% | 0.67% | - |
| XYZ | 17.9 | 8.87 | 38.8 | - |
| YUV | 74.43 | 181.94 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 170 | 0.19 | 0.86 | 0 | 0.33 | 286.44 | 0.75 | 0.38 |
| Hex | 89 | 18 | AA | 13 | 56 | 0 | 21 | 11E | 4B | 26 |
| Octal | 211 | 30 | 252 | 23 | 126 | 0 | 41 | 436 | 113 | 46 |
| Binary | 10001001 | 11000 | 10101010 | 10011 | 1010110 | 0 | 100001 | 100011110 | 1001011 | 100110 |
Color Harmonies of #8918AA
Complementary color
Monochromatic Colors of #8918AA
Black with #8918AA
Text Example
Text Example
White with #8918AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8918AA; }
p { color: rgb(137,24,170); }
H1.HeaderClassName
{
color: #8918AA;
}
.AnyTagClassName
{
color: #8918AA;
}
</style>
background-color css
<style>
a { background-color: #8918AA; }
a { background-color: rgb(137,24,170); }
div.DivClassName
{
background-color: #8918AA;
}
.BgClassName
{
background-color: #8918AA;
}
</style>
border-color css
<style>
span { border-color: #8918AA; }
span { border-color: rgb(137,24,170); }
td.TdClassName
{
border-color: #8918AA;
}
.TagClassName
{
border-color: #8918AA;
}
</style>