Shades of Vivid Violet #883290
Tints of Vivid Violet #883290
RGB
CMYK
RGB Variations
Color information
#883290 (or 0x883290) is known color: Vivid Violet. HEX triplet: 88, 32 and 90. RGB value is (136,50,144). Sum of RGB (Red+Green+Blue) = 136+50+144=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #883290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883290 is #77CD6F. Grayscale: #565656. Windows color (decimal): -7851376 or 9450120. OLE color: 9450120.
HSL color Cylindrical-coordinate representation of color #883290: hue angle of 294.89º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883290 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 50 | 144 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.44 |
| HSL | 294.89º | 0.48% | 0.38% | - |
| HSV(B) | 294.89º | 0.65% | 0.56% | - |
| XYZ | 16.33 | 9.53 | 27.36 | - |
| YUV | 86.43 | 160.49 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 144 | 0.06 | 0.65 | 0 | 0.44 | 294.89 | 0.48 | 0.38 |
| Hex | 88 | 32 | 90 | 6 | 41 | 0 | 2C | 127 | 30 | 26 |
| Octal | 210 | 62 | 220 | 6 | 101 | 0 | 54 | 447 | 60 | 46 |
| Binary | 10001000 | 110010 | 10010000 | 110 | 1000001 | 0 | 101100 | 100100111 | 110000 | 100110 |
Color Harmonies of #883290
Complementary color
Monochromatic Colors of #883290
Black with #883290
Text Example
Text Example
White with #883290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883290; }
p { color: rgb(136,50,144); }
H1.HeaderClassName
{
color: #883290;
}
.AnyTagClassName
{
color: #883290;
}
</style>
background-color css
<style>
a { background-color: #883290; }
a { background-color: rgb(136,50,144); }
div.DivClassName
{
background-color: #883290;
}
.BgClassName
{
background-color: #883290;
}
</style>
border-color css
<style>
span { border-color: #883290; }
span { border-color: rgb(136,50,144); }
td.TdClassName
{
border-color: #883290;
}
.TagClassName
{
border-color: #883290;
}
</style>