Shades of Vivid Violet #8830AB
Tints of Vivid Violet #8830AB
RGB
CMYK
RGB Variations
Color information
#8830AB (or 0x8830AB) is known color: Vivid Violet. HEX triplet: 88, 30 and AB. RGB value is (136,48,171). Sum of RGB (Red+Green+Blue) = 136+48+171=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #8830AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8830AB is #77CF54. Grayscale: #575757. Windows color (decimal): -7851861 or 11219080. OLE color: 11219080.
HSL color Cylindrical-coordinate representation of color #8830AB: hue angle of 282.93º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8830AB is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 48 | 171 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.33 |
| HSL | 282.93º | 0.56% | 0.43% | - |
| HSV(B) | 282.93º | 0.72% | 0.67% | - |
| XYZ | 18.56 | 10.29 | 39.54 | - |
| YUV | 88.33 | 174.65 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 171 | 0.20 | 0.72 | 0 | 0.33 | 282.93 | 0.56 | 0.43 |
| Hex | 88 | 30 | AB | 14 | 48 | 0 | 21 | 11B | 38 | 2B |
| Octal | 210 | 60 | 253 | 24 | 110 | 0 | 41 | 433 | 70 | 53 |
| Binary | 10001000 | 110000 | 10101011 | 10100 | 1001000 | 0 | 100001 | 100011011 | 111000 | 101011 |
Color Harmonies of #8830AB
Complementary color
Monochromatic Colors of #8830AB
Black with #8830AB
Text Example
Text Example
White with #8830AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8830AB; }
p { color: rgb(136,48,171); }
H1.HeaderClassName
{
color: #8830AB;
}
.AnyTagClassName
{
color: #8830AB;
}
</style>
background-color css
<style>
a { background-color: #8830AB; }
a { background-color: rgb(136,48,171); }
div.DivClassName
{
background-color: #8830AB;
}
.BgClassName
{
background-color: #8830AB;
}
</style>
border-color css
<style>
span { border-color: #8830AB; }
span { border-color: rgb(136,48,171); }
td.TdClassName
{
border-color: #8830AB;
}
.TagClassName
{
border-color: #8830AB;
}
</style>