Shades of Vivid Violet #883FA1
Tints of Vivid Violet #883FA1
RGB
CMYK
RGB Variations
Color information
#883FA1 (or 0x883FA1) is known color: Vivid Violet. HEX triplet: 88, 3F and A1. RGB value is (136,63,161). Sum of RGB (Red+Green+Blue) = 136+63+161=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 161 - color contains mainly: blue. Hex color #883FA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883FA1 is #77C05E. Grayscale: #5F5F5F. Windows color (decimal): -7848031 or 10567560. OLE color: 10567560.
HSL color Cylindrical-coordinate representation of color #883FA1: hue angle of 284.69º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #883FA1 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 63 | 161 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.37 |
| HSL | 284.69º | 0.44% | 0.44% | - |
| HSV(B) | 284.69º | 0.61% | 0.63% | - |
| XYZ | 18.36 | 11.36 | 34.94 | - |
| YUV | 96 | 164.68 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 161 | 0.16 | 0.61 | 0 | 0.37 | 284.69 | 0.44 | 0.44 |
| Hex | 88 | 3F | A1 | 10 | 3D | 0 | 25 | 11D | 2C | 2C |
| Octal | 210 | 77 | 241 | 20 | 75 | 0 | 45 | 435 | 54 | 54 |
| Binary | 10001000 | 111111 | 10100001 | 10000 | 111101 | 0 | 100101 | 100011101 | 101100 | 101100 |
Color Harmonies of #883FA1
Complementary color
Monochromatic Colors of #883FA1
Black with #883FA1
Text Example
Text Example
White with #883FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883FA1; }
p { color: rgb(136,63,161); }
H1.HeaderClassName
{
color: #883FA1;
}
.AnyTagClassName
{
color: #883FA1;
}
</style>
background-color css
<style>
a { background-color: #883FA1; }
a { background-color: rgb(136,63,161); }
div.DivClassName
{
background-color: #883FA1;
}
.BgClassName
{
background-color: #883FA1;
}
</style>
border-color css
<style>
span { border-color: #883FA1; }
span { border-color: rgb(136,63,161); }
td.TdClassName
{
border-color: #883FA1;
}
.TagClassName
{
border-color: #883FA1;
}
</style>