Shades of Vivid Violet #8825A7
Tints of Vivid Violet #8825A7
RGB
CMYK
RGB Variations
Color information
#8825A7 (or 0x8825A7) is known color: Vivid Violet. HEX triplet: 88, 25 and A7. RGB value is (136,37,167). Sum of RGB (Red+Green+Blue) = 136+37+167=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 167 (65.62% from 255 or 49.12% from 340); Max value from RGB is 167 - color contains mainly: blue. Hex color #8825A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8825A7 is #77DA58. Grayscale: #515151. Windows color (decimal): -7854681 or 10954120. OLE color: 10954120.
HSL color Cylindrical-coordinate representation of color #8825A7: hue angle of 285.69º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8825A7 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 37 | 167 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.35 |
| HSL | 285.69º | 0.64% | 0.4% | - |
| HSV(B) | 285.69º | 0.78% | 0.65% | - |
| XYZ | 17.79 | 9.35 | 37.43 | - |
| YUV | 81.42 | 176.3 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 167 | 0.19 | 0.78 | 0 | 0.35 | 285.69 | 0.64 | 0.4 |
| Hex | 88 | 25 | A7 | 13 | 4E | 0 | 23 | 11E | 40 | 28 |
| Octal | 210 | 45 | 247 | 23 | 116 | 0 | 43 | 436 | 100 | 50 |
| Binary | 10001000 | 100101 | 10100111 | 10011 | 1001110 | 0 | 100011 | 100011110 | 1000000 | 101000 |
Color Harmonies of #8825A7
Complementary color
Monochromatic Colors of #8825A7
Black with #8825A7
Text Example
Text Example
White with #8825A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8825A7; }
p { color: rgb(136,37,167); }
H1.HeaderClassName
{
color: #8825A7;
}
.AnyTagClassName
{
color: #8825A7;
}
</style>
background-color css
<style>
a { background-color: #8825A7; }
a { background-color: rgb(136,37,167); }
div.DivClassName
{
background-color: #8825A7;
}
.BgClassName
{
background-color: #8825A7;
}
</style>
border-color css
<style>
span { border-color: #8825A7; }
span { border-color: rgb(136,37,167); }
td.TdClassName
{
border-color: #8825A7;
}
.TagClassName
{
border-color: #8825A7;
}
</style>