Shades of Vivid Violet #883298
Tints of Vivid Violet #883298
RGB
CMYK
RGB Variations
Color information
#883298 (or 0x883298) is known color: Vivid Violet. HEX triplet: 88, 32 and 98. RGB value is (136,50,152). Sum of RGB (Red+Green+Blue) = 136+50+152=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #883298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883298 is #77CD67. Grayscale: #575757. Windows color (decimal): -7851368 or 9974408. OLE color: 9974408.
HSL color Cylindrical-coordinate representation of color #883298: hue angle of 290.59º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #883298 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 50 | 152 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.40 |
| HSL | 290.59º | 0.5% | 0.4% | - |
| HSV(B) | 290.59º | 0.67% | 0.6% | - |
| XYZ | 16.96 | 9.78 | 30.7 | - |
| YUV | 87.34 | 164.49 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 152 | 0.11 | 0.67 | 0 | 0.40 | 290.59 | 0.5 | 0.4 |
| Hex | 88 | 32 | 98 | B | 43 | 0 | 28 | 123 | 32 | 28 |
| Octal | 210 | 62 | 230 | 13 | 103 | 0 | 50 | 443 | 62 | 50 |
| Binary | 10001000 | 110010 | 10011000 | 1011 | 1000011 | 0 | 101000 | 100100011 | 110010 | 101000 |
Color Harmonies of #883298
Complementary color
Monochromatic Colors of #883298
Black with #883298
Text Example
Text Example
White with #883298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883298; }
p { color: rgb(136,50,152); }
H1.HeaderClassName
{
color: #883298;
}
.AnyTagClassName
{
color: #883298;
}
</style>
background-color css
<style>
a { background-color: #883298; }
a { background-color: rgb(136,50,152); }
div.DivClassName
{
background-color: #883298;
}
.BgClassName
{
background-color: #883298;
}
</style>
border-color css
<style>
span { border-color: #883298; }
span { border-color: rgb(136,50,152); }
td.TdClassName
{
border-color: #883298;
}
.TagClassName
{
border-color: #883298;
}
</style>