Shades of Vivid Violet #883AAB
Tints of Vivid Violet #883AAB
RGB
CMYK
RGB Variations
Color information
#883AAB (or 0x883AAB) is known color: Vivid Violet. HEX triplet: 88, 3A and AB. RGB value is (136,58,171). Sum of RGB (Red+Green+Blue) = 136+58+171=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #883AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883AAB is #77C554. Grayscale: #5D5D5D. Windows color (decimal): -7849301 or 11221640. OLE color: 11221640.
HSL color Cylindrical-coordinate representation of color #883AAB: hue angle of 281.42º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #883AAB is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 58 | 171 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.33 |
| HSL | 281.42º | 0.49% | 0.45% | - |
| HSV(B) | 281.42º | 0.66% | 0.67% | - |
| XYZ | 19.02 | 11.2 | 39.69 | - |
| YUV | 94.2 | 171.34 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 171 | 0.20 | 0.66 | 0 | 0.33 | 281.42 | 0.49 | 0.45 |
| Hex | 88 | 3A | AB | 14 | 42 | 0 | 21 | 119 | 31 | 2D |
| Octal | 210 | 72 | 253 | 24 | 102 | 0 | 41 | 431 | 61 | 55 |
| Binary | 10001000 | 111010 | 10101011 | 10100 | 1000010 | 0 | 100001 | 100011001 | 110001 | 101101 |
Color Harmonies of #883AAB
Complementary color
Monochromatic Colors of #883AAB
Black with #883AAB
Text Example
Text Example
White with #883AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883AAB; }
p { color: rgb(136,58,171); }
H1.HeaderClassName
{
color: #883AAB;
}
.AnyTagClassName
{
color: #883AAB;
}
</style>
background-color css
<style>
a { background-color: #883AAB; }
a { background-color: rgb(136,58,171); }
div.DivClassName
{
background-color: #883AAB;
}
.BgClassName
{
background-color: #883AAB;
}
</style>
border-color css
<style>
span { border-color: #883AAB; }
span { border-color: rgb(136,58,171); }
td.TdClassName
{
border-color: #883AAB;
}
.TagClassName
{
border-color: #883AAB;
}
</style>