Shades of Vivid Violet #883B98
Tints of Vivid Violet #883B98
RGB
CMYK
RGB Variations
Color information
#883B98 (or 0x883B98) is known color: Vivid Violet. HEX triplet: 88, 3B and 98. RGB value is (136,59,152). Sum of RGB (Red+Green+Blue) = 136+59+152=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 152 - color contains mainly: blue. Hex color #883B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883B98 is #77C467. Grayscale: #5C5C5C. Windows color (decimal): -7849064 or 9976712. OLE color: 9976712.
HSL color Cylindrical-coordinate representation of color #883B98: hue angle of 289.68º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #883B98 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 59 | 152 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.40 |
| HSL | 289.68º | 0.44% | 0.41% | - |
| HSV(B) | 289.68º | 0.61% | 0.6% | - |
| XYZ | 17.38 | 10.63 | 30.84 | - |
| YUV | 92.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 152 | 0.11 | 0.61 | 0 | 0.40 | 289.68 | 0.44 | 0.41 |
| Hex | 88 | 3B | 98 | B | 3D | 0 | 28 | 122 | 2C | 29 |
| Octal | 210 | 73 | 230 | 13 | 75 | 0 | 50 | 442 | 54 | 51 |
| Binary | 10001000 | 111011 | 10011000 | 1011 | 111101 | 0 | 101000 | 100100010 | 101100 | 101001 |
Color Harmonies of #883B98
Complementary color
Monochromatic Colors of #883B98
Black with #883B98
Text Example
Text Example
White with #883B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B98; }
p { color: rgb(136,59,152); }
H1.HeaderClassName
{
color: #883B98;
}
.AnyTagClassName
{
color: #883B98;
}
</style>
background-color css
<style>
a { background-color: #883B98; }
a { background-color: rgb(136,59,152); }
div.DivClassName
{
background-color: #883B98;
}
.BgClassName
{
background-color: #883B98;
}
</style>
border-color css
<style>
span { border-color: #883B98; }
span { border-color: rgb(136,59,152); }
td.TdClassName
{
border-color: #883B98;
}
.TagClassName
{
border-color: #883B98;
}
</style>