Shades of Vivid Violet #883B92
Tints of Vivid Violet #883B92
RGB
CMYK
RGB Variations
Color information
#883B92 (or 0x883B92) is known color: Vivid Violet. HEX triplet: 88, 3B and 92. RGB value is (136,59,146). Sum of RGB (Red+Green+Blue) = 136+59+146=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #883B92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883B92 is #77C46D. Grayscale: #5B5B5B. Windows color (decimal): -7849070 or 9583496. OLE color: 9583496.
HSL color Cylindrical-coordinate representation of color #883B92: hue angle of 293.1º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #883B92 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 59 | 146 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.43 |
| HSL | 293.1º | 0.42% | 0.4% | - |
| HSV(B) | 293.1º | 0.6% | 0.57% | - |
| XYZ | 16.91 | 10.44 | 28.32 | - |
| YUV | 91.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 146 | 0.07 | 0.60 | 0 | 0.43 | 293.1 | 0.42 | 0.4 |
| Hex | 88 | 3B | 92 | 7 | 3C | 0 | 2B | 125 | 2A | 28 |
| Octal | 210 | 73 | 222 | 7 | 74 | 0 | 53 | 445 | 52 | 50 |
| Binary | 10001000 | 111011 | 10010010 | 111 | 111100 | 0 | 101011 | 100100101 | 101010 | 101000 |
Color Harmonies of #883B92
Complementary color
Monochromatic Colors of #883B92
Black with #883B92
Text Example
Text Example
White with #883B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B92; }
p { color: rgb(136,59,146); }
H1.HeaderClassName
{
color: #883B92;
}
.AnyTagClassName
{
color: #883B92;
}
</style>
background-color css
<style>
a { background-color: #883B92; }
a { background-color: rgb(136,59,146); }
div.DivClassName
{
background-color: #883B92;
}
.BgClassName
{
background-color: #883B92;
}
</style>
border-color css
<style>
span { border-color: #883B92; }
span { border-color: rgb(136,59,146); }
td.TdClassName
{
border-color: #883B92;
}
.TagClassName
{
border-color: #883B92;
}
</style>