Shades of Vivid Violet #883B9D
Tints of Vivid Violet #883B9D
RGB
CMYK
RGB Variations
Color information
#883B9D (or 0x883B9D) is known color: Vivid Violet. HEX triplet: 88, 3B and 9D. RGB value is (136,59,157). Sum of RGB (Red+Green+Blue) = 136+59+157=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #883B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883B9D is #77C462. Grayscale: #5C5C5C. Windows color (decimal): -7849059 or 10304392. OLE color: 10304392.
HSL color Cylindrical-coordinate representation of color #883B9D: hue angle of 287.14º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883B9D is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 59 | 157 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.38 |
| HSL | 287.14º | 0.45% | 0.42% | - |
| HSV(B) | 287.14º | 0.62% | 0.62% | - |
| XYZ | 17.8 | 10.8 | 33.04 | - |
| YUV | 93.2 | 164.01 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 157 | 0.13 | 0.62 | 0 | 0.38 | 287.14 | 0.45 | 0.42 |
| Hex | 88 | 3B | 9D | D | 3E | 0 | 26 | 11F | 2D | 2A |
| Octal | 210 | 73 | 235 | 15 | 76 | 0 | 46 | 437 | 55 | 52 |
| Binary | 10001000 | 111011 | 10011101 | 1101 | 111110 | 0 | 100110 | 100011111 | 101101 | 101010 |
Color Harmonies of #883B9D
Complementary color
Monochromatic Colors of #883B9D
Black with #883B9D
Text Example
Text Example
White with #883B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B9D; }
p { color: rgb(136,59,157); }
H1.HeaderClassName
{
color: #883B9D;
}
.AnyTagClassName
{
color: #883B9D;
}
</style>
background-color css
<style>
a { background-color: #883B9D; }
a { background-color: rgb(136,59,157); }
div.DivClassName
{
background-color: #883B9D;
}
.BgClassName
{
background-color: #883B9D;
}
</style>
border-color css
<style>
span { border-color: #883B9D; }
span { border-color: rgb(136,59,157); }
td.TdClassName
{
border-color: #883B9D;
}
.TagClassName
{
border-color: #883B9D;
}
</style>