Shades of Vivid Violet #8830A0
Tints of Vivid Violet #8830A0
RGB
CMYK
RGB Variations
Color information
#8830A0 (or 0x8830A0) is known color: Vivid Violet. HEX triplet: 88, 30 and A0. RGB value is (136,48,160). Sum of RGB (Red+Green+Blue) = 136+48+160=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 160 (62.89% from 255 or 46.51% from 344); Max value from RGB is 160 - color contains mainly: blue. Hex color #8830A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8830A0 is #77CF5F. Grayscale: #565656. Windows color (decimal): -7851872 or 10498184. OLE color: 10498184.
HSL color Cylindrical-coordinate representation of color #8830A0: hue angle of 287.14º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8830A0 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 48 | 160 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.37 |
| HSL | 287.14º | 0.54% | 0.41% | - |
| HSV(B) | 287.14º | 0.7% | 0.63% | - |
| XYZ | 17.56 | 9.89 | 34.24 | - |
| YUV | 87.08 | 169.15 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 160 | 0.15 | 0.70 | 0 | 0.37 | 287.14 | 0.54 | 0.41 |
| Hex | 88 | 30 | A0 | F | 46 | 0 | 25 | 11F | 36 | 29 |
| Octal | 210 | 60 | 240 | 17 | 106 | 0 | 45 | 437 | 66 | 51 |
| Binary | 10001000 | 110000 | 10100000 | 1111 | 1000110 | 0 | 100101 | 100011111 | 110110 | 101001 |
Color Harmonies of #8830A0
Complementary color
Monochromatic Colors of #8830A0
Black with #8830A0
Text Example
Text Example
White with #8830A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8830A0; }
p { color: rgb(136,48,160); }
H1.HeaderClassName
{
color: #8830A0;
}
.AnyTagClassName
{
color: #8830A0;
}
</style>
background-color css
<style>
a { background-color: #8830A0; }
a { background-color: rgb(136,48,160); }
div.DivClassName
{
background-color: #8830A0;
}
.BgClassName
{
background-color: #8830A0;
}
</style>
border-color css
<style>
span { border-color: #8830A0; }
span { border-color: rgb(136,48,160); }
td.TdClassName
{
border-color: #8830A0;
}
.TagClassName
{
border-color: #8830A0;
}
</style>