Shades of Vivid Violet #883095
Tints of Vivid Violet #883095
RGB
CMYK
RGB Variations
Color information
#883095 (or 0x883095) is known color: Vivid Violet. HEX triplet: 88, 30 and 95. RGB value is (136,48,149). Sum of RGB (Red+Green+Blue) = 136+48+149=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #883095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883095 is #77CF6A. Grayscale: #555555. Windows color (decimal): -7851883 or 9777288. OLE color: 9777288.
HSL color Cylindrical-coordinate representation of color #883095: hue angle of 292.28º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #883095 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 48 | 149 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.42 |
| HSL | 292.28º | 0.51% | 0.39% | - |
| HSV(B) | 292.28º | 0.68% | 0.58% | - |
| XYZ | 16.64 | 9.52 | 29.39 | - |
| YUV | 85.83 | 163.65 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 149 | 0.09 | 0.68 | 0 | 0.42 | 292.28 | 0.51 | 0.39 |
| Hex | 88 | 30 | 95 | 9 | 44 | 0 | 2A | 124 | 33 | 27 |
| Octal | 210 | 60 | 225 | 11 | 104 | 0 | 52 | 444 | 63 | 47 |
| Binary | 10001000 | 110000 | 10010101 | 1001 | 1000100 | 0 | 101010 | 100100100 | 110011 | 100111 |
Color Harmonies of #883095
Complementary color
Monochromatic Colors of #883095
Black with #883095
Text Example
Text Example
White with #883095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883095; }
p { color: rgb(136,48,149); }
H1.HeaderClassName
{
color: #883095;
}
.AnyTagClassName
{
color: #883095;
}
</style>
background-color css
<style>
a { background-color: #883095; }
a { background-color: rgb(136,48,149); }
div.DivClassName
{
background-color: #883095;
}
.BgClassName
{
background-color: #883095;
}
</style>
border-color css
<style>
span { border-color: #883095; }
span { border-color: rgb(136,48,149); }
td.TdClassName
{
border-color: #883095;
}
.TagClassName
{
border-color: #883095;
}
</style>