Shades of Vivid Violet #883AAE
Tints of Vivid Violet #883AAE
RGB
CMYK
RGB Variations
Color information
#883AAE (or 0x883AAE) is known color: Vivid Violet. HEX triplet: 88, 3A and AE. RGB value is (136,58,174). Sum of RGB (Red+Green+Blue) = 136+58+174=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 58 (23.05% from 255 or 15.76% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #883AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883AAE is #77C551. Grayscale: #5E5E5E. Windows color (decimal): -7849298 or 11418248. OLE color: 11418248.
HSL color Cylindrical-coordinate representation of color #883AAE: hue angle of 280.34º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #883AAE is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 58 | 174 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.32 |
| HSL | 280.34º | 0.5% | 0.45% | - |
| HSV(B) | 280.34º | 0.67% | 0.68% | - |
| XYZ | 19.31 | 11.32 | 41.21 | - |
| YUV | 94.55 | 172.84 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 174 | 0.22 | 0.67 | 0 | 0.32 | 280.34 | 0.5 | 0.45 |
| Hex | 88 | 3A | AE | 16 | 43 | 0 | 20 | 118 | 32 | 2D |
| Octal | 210 | 72 | 256 | 26 | 103 | 0 | 40 | 430 | 62 | 55 |
| Binary | 10001000 | 111010 | 10101110 | 10110 | 1000011 | 0 | 100000 | 100011000 | 110010 | 101101 |
Color Harmonies of #883AAE
Complementary color
Monochromatic Colors of #883AAE
Black with #883AAE
Text Example
Text Example
White with #883AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883AAE; }
p { color: rgb(136,58,174); }
H1.HeaderClassName
{
color: #883AAE;
}
.AnyTagClassName
{
color: #883AAE;
}
</style>
background-color css
<style>
a { background-color: #883AAE; }
a { background-color: rgb(136,58,174); }
div.DivClassName
{
background-color: #883AAE;
}
.BgClassName
{
background-color: #883AAE;
}
</style>
border-color css
<style>
span { border-color: #883AAE; }
span { border-color: rgb(136,58,174); }
td.TdClassName
{
border-color: #883AAE;
}
.TagClassName
{
border-color: #883AAE;
}
</style>