Shades of Vivid Violet #883BAD
Tints of Vivid Violet #883BAD
RGB
CMYK
RGB Variations
Color information
#883BAD (or 0x883BAD) is known color: Vivid Violet. HEX triplet: 88, 3B and AD. RGB value is (136,59,173). Sum of RGB (Red+Green+Blue) = 136+59+173=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #883BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883BAD is #77C452. Grayscale: #5E5E5E. Windows color (decimal): -7849043 or 11352968. OLE color: 11352968.
HSL color Cylindrical-coordinate representation of color #883BAD: hue angle of 280.53º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #883BAD is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 59 | 173 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.32 |
| HSL | 280.53º | 0.49% | 0.45% | - |
| HSV(B) | 280.53º | 0.66% | 0.68% | - |
| XYZ | 19.26 | 11.38 | 40.72 | - |
| YUV | 95.02 | 172.01 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 173 | 0.21 | 0.66 | 0 | 0.32 | 280.53 | 0.49 | 0.45 |
| Hex | 88 | 3B | AD | 15 | 42 | 0 | 20 | 119 | 31 | 2D |
| Octal | 210 | 73 | 255 | 25 | 102 | 0 | 40 | 431 | 61 | 55 |
| Binary | 10001000 | 111011 | 10101101 | 10101 | 1000010 | 0 | 100000 | 100011001 | 110001 | 101101 |
Color Harmonies of #883BAD
Complementary color
Monochromatic Colors of #883BAD
Black with #883BAD
Text Example
Text Example
White with #883BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883BAD; }
p { color: rgb(136,59,173); }
H1.HeaderClassName
{
color: #883BAD;
}
.AnyTagClassName
{
color: #883BAD;
}
</style>
background-color css
<style>
a { background-color: #883BAD; }
a { background-color: rgb(136,59,173); }
div.DivClassName
{
background-color: #883BAD;
}
.BgClassName
{
background-color: #883BAD;
}
</style>
border-color css
<style>
span { border-color: #883BAD; }
span { border-color: rgb(136,59,173); }
td.TdClassName
{
border-color: #883BAD;
}
.TagClassName
{
border-color: #883BAD;
}
</style>