Shades of Vivid Violet #883395
Tints of Vivid Violet #883395
RGB
CMYK
RGB Variations
Color information
#883395 (or 0x883395) is known color: Vivid Violet. HEX triplet: 88, 33 and 95. RGB value is (136,51,149). Sum of RGB (Red+Green+Blue) = 136+51+149=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #883395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883395 is #77CC6A. Grayscale: #575757. Windows color (decimal): -7851115 or 9778056. OLE color: 9778056.
HSL color Cylindrical-coordinate representation of color #883395: hue angle of 292.04º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #883395 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 51 | 149 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.42 |
| HSL | 292.04º | 0.49% | 0.39% | - |
| HSV(B) | 292.04º | 0.66% | 0.58% | - |
| XYZ | 16.76 | 9.77 | 29.44 | - |
| YUV | 87.59 | 162.66 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 149 | 0.09 | 0.66 | 0 | 0.42 | 292.04 | 0.49 | 0.39 |
| Hex | 88 | 33 | 95 | 9 | 42 | 0 | 2A | 124 | 31 | 27 |
| Octal | 210 | 63 | 225 | 11 | 102 | 0 | 52 | 444 | 61 | 47 |
| Binary | 10001000 | 110011 | 10010101 | 1001 | 1000010 | 0 | 101010 | 100100100 | 110001 | 100111 |
Color Harmonies of #883395
Complementary color
Monochromatic Colors of #883395
Black with #883395
Text Example
Text Example
White with #883395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883395; }
p { color: rgb(136,51,149); }
H1.HeaderClassName
{
color: #883395;
}
.AnyTagClassName
{
color: #883395;
}
</style>
background-color css
<style>
a { background-color: #883395; }
a { background-color: rgb(136,51,149); }
div.DivClassName
{
background-color: #883395;
}
.BgClassName
{
background-color: #883395;
}
</style>
border-color css
<style>
span { border-color: #883395; }
span { border-color: rgb(136,51,149); }
td.TdClassName
{
border-color: #883395;
}
.TagClassName
{
border-color: #883395;
}
</style>