Shades of Vivid Violet #883B96
Tints of Vivid Violet #883B96
RGB
CMYK
RGB Variations
Color information
#883B96 (or 0x883B96) is known color: Vivid Violet. HEX triplet: 88, 3B and 96. RGB value is (136,59,150). Sum of RGB (Red+Green+Blue) = 136+59+150=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 150 - color contains mainly: blue. Hex color #883B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883B96 is #77C469. Grayscale: #5C5C5C. Windows color (decimal): -7849066 or 9845640. OLE color: 9845640.
HSL color Cylindrical-coordinate representation of color #883B96: hue angle of 290.77º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #883B96 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 136 | 59 | 150 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.41 |
| HSL | 290.77º | 0.44% | 0.41% | - |
| HSV(B) | 290.77º | 0.61% | 0.59% | - |
| XYZ | 17.22 | 10.56 | 29.99 | - |
| YUV | 92.4 | 160.51 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 150 | 0.09 | 0.61 | 0 | 0.41 | 290.77 | 0.44 | 0.41 |
| Hex | 88 | 3B | 96 | 9 | 3D | 0 | 29 | 123 | 2C | 29 |
| Octal | 210 | 73 | 226 | 11 | 75 | 0 | 51 | 443 | 54 | 51 |
| Binary | 10001000 | 111011 | 10010110 | 1001 | 111101 | 0 | 101001 | 100100011 | 101100 | 101001 |
Color Harmonies of #883B96
Complementary color
Monochromatic Colors of #883B96
Black with #883B96
Text Example
Text Example
White with #883B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B96; }
p { color: rgb(136,59,150); }
H1.HeaderClassName
{
color: #883B96;
}
.AnyTagClassName
{
color: #883B96;
}
</style>
background-color css
<style>
a { background-color: #883B96; }
a { background-color: rgb(136,59,150); }
div.DivClassName
{
background-color: #883B96;
}
.BgClassName
{
background-color: #883B96;
}
</style>
border-color css
<style>
span { border-color: #883B96; }
span { border-color: rgb(136,59,150); }
td.TdClassName
{
border-color: #883B96;
}
.TagClassName
{
border-color: #883B96;
}
</style>