Shades of Vivid Violet #8925AD
Tints of Vivid Violet #8925AD
RGB
CMYK
RGB Variations
Color information
#8925AD (or 0x8925AD) is known color: Vivid Violet. HEX triplet: 89, 25 and AD. RGB value is (137,37,173). Sum of RGB (Red+Green+Blue) = 137+37+173=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #8925AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8925AD is #76DA52. Grayscale: #515151. Windows color (decimal): -7789139 or 11347337. OLE color: 11347337.
HSL color Cylindrical-coordinate representation of color #8925AD: hue angle of 284.12º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8925AD is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 37 | 173 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.32 |
| HSL | 284.12º | 0.65% | 0.41% | - |
| HSV(B) | 284.12º | 0.79% | 0.68% | - |
| XYZ | 18.52 | 9.66 | 40.42 | - |
| YUV | 82.4 | 179.13 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 37 | 173 | 0.21 | 0.79 | 0 | 0.32 | 284.12 | 0.65 | 0.41 |
| Hex | 89 | 25 | AD | 15 | 4F | 0 | 20 | 11C | 41 | 29 |
| Octal | 211 | 45 | 255 | 25 | 117 | 0 | 40 | 434 | 101 | 51 |
| Binary | 10001001 | 100101 | 10101101 | 10101 | 1001111 | 0 | 100000 | 100011100 | 1000001 | 101001 |
Color Harmonies of #8925AD
Complementary color
Monochromatic Colors of #8925AD
Black with #8925AD
Text Example
Text Example
White with #8925AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8925AD; }
p { color: rgb(137,37,173); }
H1.HeaderClassName
{
color: #8925AD;
}
.AnyTagClassName
{
color: #8925AD;
}
</style>
background-color css
<style>
a { background-color: #8925AD; }
a { background-color: rgb(137,37,173); }
div.DivClassName
{
background-color: #8925AD;
}
.BgClassName
{
background-color: #8925AD;
}
</style>
border-color css
<style>
span { border-color: #8925AD; }
span { border-color: rgb(137,37,173); }
td.TdClassName
{
border-color: #8925AD;
}
.TagClassName
{
border-color: #8925AD;
}
</style>