Shades of Vivid Violet #883498
Tints of Vivid Violet #883498
RGB
CMYK
RGB Variations
Color information
#883498 (or 0x883498) is known color: Vivid Violet. HEX triplet: 88, 34 and 98. RGB value is (136,52,152). Sum of RGB (Red+Green+Blue) = 136+52+152=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #883498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883498 is #77CB67. Grayscale: #585858. Windows color (decimal): -7850856 or 9974920. OLE color: 9974920.
HSL color Cylindrical-coordinate representation of color #883498: hue angle of 290.4º degrees, saturation: 0.49, 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 #883498 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 52 | 152 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.40 |
| HSL | 290.4º | 0.49% | 0.4% | - |
| HSV(B) | 290.4º | 0.66% | 0.6% | - |
| XYZ | 17.05 | 9.96 | 30.73 | - |
| YUV | 88.52 | 163.83 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 52 | 152 | 0.11 | 0.66 | 0 | 0.40 | 290.4 | 0.49 | 0.4 |
| Hex | 88 | 34 | 98 | B | 42 | 0 | 28 | 122 | 31 | 28 |
| Octal | 210 | 64 | 230 | 13 | 102 | 0 | 50 | 442 | 61 | 50 |
| Binary | 10001000 | 110100 | 10011000 | 1011 | 1000010 | 0 | 101000 | 100100010 | 110001 | 101000 |
Color Harmonies of #883498
Complementary color
Monochromatic Colors of #883498
Black with #883498
Text Example
Text Example
White with #883498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883498; }
p { color: rgb(136,52,152); }
H1.HeaderClassName
{
color: #883498;
}
.AnyTagClassName
{
color: #883498;
}
</style>
background-color css
<style>
a { background-color: #883498; }
a { background-color: rgb(136,52,152); }
div.DivClassName
{
background-color: #883498;
}
.BgClassName
{
background-color: #883498;
}
</style>
border-color css
<style>
span { border-color: #883498; }
span { border-color: rgb(136,52,152); }
td.TdClassName
{
border-color: #883498;
}
.TagClassName
{
border-color: #883498;
}
</style>