Shades of Vivid Violet #883B8C
Tints of Vivid Violet #883B8C
RGB
CMYK
RGB Variations
Color information
#883B8C (or 0x883B8C) is known color: Vivid Violet. HEX triplet: 88, 3B and 8C. RGB value is (136,59,140). Sum of RGB (Red+Green+Blue) = 136+59+140=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: blue. Hex color #883B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883B8C is #77C473. Grayscale: #5B5B5B. Windows color (decimal): -7849076 or 9190280. OLE color: 9190280.
HSL color Cylindrical-coordinate representation of color #883B8C: hue angle of 297.04º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #883B8C is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 59 | 140 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.45 |
| HSL | 297.04º | 0.41% | 0.39% | - |
| HSV(B) | 297.04º | 0.58% | 0.55% | - |
| XYZ | 16.45 | 10.26 | 25.92 | - |
| YUV | 91.26 | 155.51 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 140 | 0.03 | 0.58 | 0 | 0.45 | 297.04 | 0.41 | 0.39 |
| Hex | 88 | 3B | 8C | 3 | 3A | 0 | 2D | 129 | 29 | 27 |
| Octal | 210 | 73 | 214 | 3 | 72 | 0 | 55 | 451 | 51 | 47 |
| Binary | 10001000 | 111011 | 10001100 | 11 | 111010 | 0 | 101101 | 100101001 | 101001 | 100111 |
Color Harmonies of #883B8C
Complementary color
Monochromatic Colors of #883B8C
Black with #883B8C
Text Example
Text Example
White with #883B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B8C; }
p { color: rgb(136,59,140); }
H1.HeaderClassName
{
color: #883B8C;
}
.AnyTagClassName
{
color: #883B8C;
}
</style>
background-color css
<style>
a { background-color: #883B8C; }
a { background-color: rgb(136,59,140); }
div.DivClassName
{
background-color: #883B8C;
}
.BgClassName
{
background-color: #883B8C;
}
</style>
border-color css
<style>
span { border-color: #883B8C; }
span { border-color: rgb(136,59,140); }
td.TdClassName
{
border-color: #883B8C;
}
.TagClassName
{
border-color: #883B8C;
}
</style>