Shades of Vivid Violet #884390
Tints of Vivid Violet #884390
RGB
CMYK
RGB Variations
Color information
#884390 (or 0x884390) is known color: Vivid Violet. HEX triplet: 88, 43 and 90. RGB value is (136,67,144). Sum of RGB (Red+Green+Blue) = 136+67+144=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #884390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884390 is #77BC6F. Grayscale: #606060. Windows color (decimal): -7847024 or 9454472. OLE color: 9454472.
HSL color Cylindrical-coordinate representation of color #884390: hue angle of 293.77º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #884390 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 67 | 144 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.44 |
| HSL | 293.77º | 0.36% | 0.41% | - |
| HSV(B) | 293.77º | 0.53% | 0.56% | - |
| XYZ | 17.19 | 11.26 | 27.65 | - |
| YUV | 96.41 | 154.86 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 144 | 0.06 | 0.53 | 0 | 0.44 | 293.77 | 0.36 | 0.41 |
| Hex | 88 | 43 | 90 | 6 | 35 | 0 | 2C | 126 | 24 | 29 |
| Octal | 210 | 103 | 220 | 6 | 65 | 0 | 54 | 446 | 44 | 51 |
| Binary | 10001000 | 1000011 | 10010000 | 110 | 110101 | 0 | 101100 | 100100110 | 100100 | 101001 |
Color Harmonies of #884390
Complementary color
Monochromatic Colors of #884390
Black with #884390
Text Example
Text Example
White with #884390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884390; }
p { color: rgb(136,67,144); }
H1.HeaderClassName
{
color: #884390;
}
.AnyTagClassName
{
color: #884390;
}
</style>
background-color css
<style>
a { background-color: #884390; }
a { background-color: rgb(136,67,144); }
div.DivClassName
{
background-color: #884390;
}
.BgClassName
{
background-color: #884390;
}
</style>
border-color css
<style>
span { border-color: #884390; }
span { border-color: rgb(136,67,144); }
td.TdClassName
{
border-color: #884390;
}
.TagClassName
{
border-color: #884390;
}
</style>