Shades of Vivid Violet #883398
Tints of Vivid Violet #883398
RGB
CMYK
RGB Variations
Color information
#883398 (or 0x883398) is known color: Vivid Violet. HEX triplet: 88, 33 and 98. RGB value is (136,51,152). Sum of RGB (Red+Green+Blue) = 136+51+152=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #883398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883398 is #77CC67. Grayscale: #575757. Windows color (decimal): -7851112 or 9974664. OLE color: 9974664.
HSL color Cylindrical-coordinate representation of color #883398: hue angle of 290.5º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #883398 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 51 | 152 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.40 |
| HSL | 290.5º | 0.5% | 0.4% | - |
| HSV(B) | 290.5º | 0.66% | 0.6% | - |
| XYZ | 17 | 9.87 | 30.71 | - |
| YUV | 87.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 152 | 0.11 | 0.66 | 0 | 0.40 | 290.5 | 0.5 | 0.4 |
| Hex | 88 | 33 | 98 | B | 42 | 0 | 28 | 122 | 32 | 28 |
| Octal | 210 | 63 | 230 | 13 | 102 | 0 | 50 | 442 | 62 | 50 |
| Binary | 10001000 | 110011 | 10011000 | 1011 | 1000010 | 0 | 101000 | 100100010 | 110010 | 101000 |
Color Harmonies of #883398
Complementary color
Monochromatic Colors of #883398
Black with #883398
Text Example
Text Example
White with #883398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883398; }
p { color: rgb(136,51,152); }
H1.HeaderClassName
{
color: #883398;
}
.AnyTagClassName
{
color: #883398;
}
</style>
background-color css
<style>
a { background-color: #883398; }
a { background-color: rgb(136,51,152); }
div.DivClassName
{
background-color: #883398;
}
.BgClassName
{
background-color: #883398;
}
</style>
border-color css
<style>
span { border-color: #883398; }
span { border-color: rgb(136,51,152); }
td.TdClassName
{
border-color: #883398;
}
.TagClassName
{
border-color: #883398;
}
</style>