Shades of Vivid Violet #883DA2
Tints of Vivid Violet #883DA2
RGB
CMYK
RGB Variations
Color information
#883DA2 (or 0x883DA2) is known color: Vivid Violet. HEX triplet: 88, 3D and A2. RGB value is (136,61,162). Sum of RGB (Red+Green+Blue) = 136+61+162=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 162 - color contains mainly: blue. Hex color #883DA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883DA2 is #77C25D. Grayscale: #5E5E5E. Windows color (decimal): -7848542 or 10632584. OLE color: 10632584.
HSL color Cylindrical-coordinate representation of color #883DA2: hue angle of 284.55º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883DA2 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 61 | 162 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.36 |
| HSL | 284.55º | 0.45% | 0.44% | - |
| HSV(B) | 284.55º | 0.62% | 0.64% | - |
| XYZ | 18.34 | 11.18 | 35.37 | - |
| YUV | 94.94 | 165.85 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 162 | 0.16 | 0.62 | 0 | 0.36 | 284.55 | 0.45 | 0.44 |
| Hex | 88 | 3D | A2 | 10 | 3E | 0 | 24 | 11D | 2D | 2C |
| Octal | 210 | 75 | 242 | 20 | 76 | 0 | 44 | 435 | 55 | 54 |
| Binary | 10001000 | 111101 | 10100010 | 10000 | 111110 | 0 | 100100 | 100011101 | 101101 | 101100 |
Color Harmonies of #883DA2
Complementary color
Monochromatic Colors of #883DA2
Black with #883DA2
Text Example
Text Example
White with #883DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883DA2; }
p { color: rgb(136,61,162); }
H1.HeaderClassName
{
color: #883DA2;
}
.AnyTagClassName
{
color: #883DA2;
}
</style>
background-color css
<style>
a { background-color: #883DA2; }
a { background-color: rgb(136,61,162); }
div.DivClassName
{
background-color: #883DA2;
}
.BgClassName
{
background-color: #883DA2;
}
</style>
border-color css
<style>
span { border-color: #883DA2; }
span { border-color: rgb(136,61,162); }
td.TdClassName
{
border-color: #883DA2;
}
.TagClassName
{
border-color: #883DA2;
}
</style>