Shades of Vivid Violet #8825AD
Tints of Vivid Violet #8825AD
RGB
CMYK
RGB Variations
Color information
#8825AD (or 0x8825AD) is known color: Vivid Violet. HEX triplet: 88, 25 and AD. RGB value is (136,37,173). Sum of RGB (Red+Green+Blue) = 136+37+173=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #8825AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8825AD is #77DA52. Grayscale: #515151. Windows color (decimal): -7854675 or 11347336. OLE color: 11347336.
HSL color Cylindrical-coordinate representation of color #8825AD: hue angle of 283.68º 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 #8825AD is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 37 | 173 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.32 |
| HSL | 283.68º | 0.65% | 0.41% | - |
| HSV(B) | 283.68º | 0.79% | 0.68% | - |
| XYZ | 18.36 | 9.57 | 40.42 | - |
| YUV | 82.11 | 179.3 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 173 | 0.21 | 0.79 | 0 | 0.32 | 283.68 | 0.65 | 0.41 |
| Hex | 88 | 25 | AD | 15 | 4F | 0 | 20 | 11C | 41 | 29 |
| Octal | 210 | 45 | 255 | 25 | 117 | 0 | 40 | 434 | 101 | 51 |
| Binary | 10001000 | 100101 | 10101101 | 10101 | 1001111 | 0 | 100000 | 100011100 | 1000001 | 101001 |
Color Harmonies of #8825AD
Complementary color
Monochromatic Colors of #8825AD
Black with #8825AD
Text Example
Text Example
White with #8825AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8825AD; }
p { color: rgb(136,37,173); }
H1.HeaderClassName
{
color: #8825AD;
}
.AnyTagClassName
{
color: #8825AD;
}
</style>
background-color css
<style>
a { background-color: #8825AD; }
a { background-color: rgb(136,37,173); }
div.DivClassName
{
background-color: #8825AD;
}
.BgClassName
{
background-color: #8825AD;
}
</style>
border-color css
<style>
span { border-color: #8825AD; }
span { border-color: rgb(136,37,173); }
td.TdClassName
{
border-color: #8825AD;
}
.TagClassName
{
border-color: #8825AD;
}
</style>