Shades of Vivid Violet #883091
Tints of Vivid Violet #883091
RGB
CMYK
RGB Variations
Color information
#883091 (or 0x883091) is known color: Vivid Violet. HEX triplet: 88, 30 and 91. RGB value is (136,48,145). Sum of RGB (Red+Green+Blue) = 136+48+145=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #883091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883091 is #77CF6E. Grayscale: #555555. Windows color (decimal): -7851887 or 9515144. OLE color: 9515144.
HSL color Cylindrical-coordinate representation of color #883091: hue angle of 294.43º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #883091 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 48 | 145 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.43 |
| HSL | 294.43º | 0.5% | 0.38% | - |
| HSV(B) | 294.43º | 0.67% | 0.57% | - |
| XYZ | 16.32 | 9.39 | 27.74 | - |
| YUV | 85.37 | 161.65 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 145 | 0.06 | 0.67 | 0 | 0.43 | 294.43 | 0.5 | 0.38 |
| Hex | 88 | 30 | 91 | 6 | 43 | 0 | 2B | 126 | 32 | 26 |
| Octal | 210 | 60 | 221 | 6 | 103 | 0 | 53 | 446 | 62 | 46 |
| Binary | 10001000 | 110000 | 10010001 | 110 | 1000011 | 0 | 101011 | 100100110 | 110010 | 100110 |
Color Harmonies of #883091
Complementary color
Monochromatic Colors of #883091
Black with #883091
Text Example
Text Example
White with #883091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883091; }
p { color: rgb(136,48,145); }
H1.HeaderClassName
{
color: #883091;
}
.AnyTagClassName
{
color: #883091;
}
</style>
background-color css
<style>
a { background-color: #883091; }
a { background-color: rgb(136,48,145); }
div.DivClassName
{
background-color: #883091;
}
.BgClassName
{
background-color: #883091;
}
</style>
border-color css
<style>
span { border-color: #883091; }
span { border-color: rgb(136,48,145); }
td.TdClassName
{
border-color: #883091;
}
.TagClassName
{
border-color: #883091;
}
</style>