Shades of Vivid Violet #883A92
Tints of Vivid Violet #883A92
RGB
CMYK
RGB Variations
Color information
#883A92 (or 0x883A92) is known color: Vivid Violet. HEX triplet: 88, 3A and 92. RGB value is (136,58,146). Sum of RGB (Red+Green+Blue) = 136+58+146=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #883A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883A92 is #77C56D. Grayscale: #5B5B5B. Windows color (decimal): -7849326 or 9583240. OLE color: 9583240.
HSL color Cylindrical-coordinate representation of color #883A92: hue angle of 293.18º degrees, saturation: 0.43, 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 #883A92 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 58 | 146 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.43 |
| HSL | 293.18º | 0.43% | 0.4% | - |
| HSV(B) | 293.18º | 0.6% | 0.57% | - |
| XYZ | 16.85 | 10.34 | 28.3 | - |
| YUV | 91.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 146 | 0.07 | 0.60 | 0 | 0.43 | 293.18 | 0.43 | 0.4 |
| Hex | 88 | 3A | 92 | 7 | 3C | 0 | 2B | 125 | 2B | 28 |
| Octal | 210 | 72 | 222 | 7 | 74 | 0 | 53 | 445 | 53 | 50 |
| Binary | 10001000 | 111010 | 10010010 | 111 | 111100 | 0 | 101011 | 100100101 | 101011 | 101000 |
Color Harmonies of #883A92
Complementary color
Monochromatic Colors of #883A92
Black with #883A92
Text Example
Text Example
White with #883A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A92; }
p { color: rgb(136,58,146); }
H1.HeaderClassName
{
color: #883A92;
}
.AnyTagClassName
{
color: #883A92;
}
</style>
background-color css
<style>
a { background-color: #883A92; }
a { background-color: rgb(136,58,146); }
div.DivClassName
{
background-color: #883A92;
}
.BgClassName
{
background-color: #883A92;
}
</style>
border-color css
<style>
span { border-color: #883A92; }
span { border-color: rgb(136,58,146); }
td.TdClassName
{
border-color: #883A92;
}
.TagClassName
{
border-color: #883A92;
}
</style>