Shades of Vivid Violet #883AAA
Tints of Vivid Violet #883AAA
RGB
CMYK
RGB Variations
Color information
#883AAA (or 0x883AAA) is known color: Vivid Violet. HEX triplet: 88, 3A and AA. RGB value is (136,58,170). Sum of RGB (Red+Green+Blue) = 136+58+170=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #883AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883AAA is #77C555. Grayscale: #5D5D5D. Windows color (decimal): -7849302 or 11156104. OLE color: 11156104.
HSL color Cylindrical-coordinate representation of color #883AAA: hue angle of 281.79º 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 #883AAA is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 58 | 170 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.33 |
| HSL | 281.79º | 0.49% | 0.45% | - |
| HSV(B) | 281.79º | 0.66% | 0.67% | - |
| XYZ | 18.92 | 11.16 | 39.19 | - |
| YUV | 94.09 | 170.84 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 170 | 0.20 | 0.66 | 0 | 0.33 | 281.79 | 0.49 | 0.45 |
| Hex | 88 | 3A | AA | 14 | 42 | 0 | 21 | 11A | 31 | 2D |
| Octal | 210 | 72 | 252 | 24 | 102 | 0 | 41 | 432 | 61 | 55 |
| Binary | 10001000 | 111010 | 10101010 | 10100 | 1000010 | 0 | 100001 | 100011010 | 110001 | 101101 |
Color Harmonies of #883AAA
Complementary color
Monochromatic Colors of #883AAA
Black with #883AAA
Text Example
Text Example
White with #883AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883AAA; }
p { color: rgb(136,58,170); }
H1.HeaderClassName
{
color: #883AAA;
}
.AnyTagClassName
{
color: #883AAA;
}
</style>
background-color css
<style>
a { background-color: #883AAA; }
a { background-color: rgb(136,58,170); }
div.DivClassName
{
background-color: #883AAA;
}
.BgClassName
{
background-color: #883AAA;
}
</style>
border-color css
<style>
span { border-color: #883AAA; }
span { border-color: rgb(136,58,170); }
td.TdClassName
{
border-color: #883AAA;
}
.TagClassName
{
border-color: #883AAA;
}
</style>