Shades of Vivid Violet #884A9F
Tints of Vivid Violet #884A9F
RGB
CMYK
RGB Variations
Color information
#884A9F (or 0x884A9F) is known color: Vivid Violet. HEX triplet: 88, 4A and 9F. RGB value is (136,74,159). Sum of RGB (Red+Green+Blue) = 136+74+159=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: blue. Hex color #884A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884A9F is #77B560. Grayscale: #656565. Windows color (decimal): -7845217 or 10439304. OLE color: 10439304.
HSL color Cylindrical-coordinate representation of color #884A9F: hue angle of 283.76º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #884A9F is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 74 | 159 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.38 |
| HSL | 283.76º | 0.36% | 0.46% | - |
| HSV(B) | 283.76º | 0.53% | 0.62% | - |
| XYZ | 18.86 | 12.64 | 34.25 | - |
| YUV | 102.23 | 160.04 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 159 | 0.14 | 0.53 | 0 | 0.38 | 283.76 | 0.36 | 0.46 |
| Hex | 88 | 4A | 9F | E | 35 | 0 | 26 | 11C | 24 | 2E |
| Octal | 210 | 112 | 237 | 16 | 65 | 0 | 46 | 434 | 44 | 56 |
| Binary | 10001000 | 1001010 | 10011111 | 1110 | 110101 | 0 | 100110 | 100011100 | 100100 | 101110 |
Color Harmonies of #884A9F
Complementary color
Monochromatic Colors of #884A9F
Black with #884A9F
Text Example
Text Example
White with #884A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A9F; }
p { color: rgb(136,74,159); }
H1.HeaderClassName
{
color: #884A9F;
}
.AnyTagClassName
{
color: #884A9F;
}
</style>
background-color css
<style>
a { background-color: #884A9F; }
a { background-color: rgb(136,74,159); }
div.DivClassName
{
background-color: #884A9F;
}
.BgClassName
{
background-color: #884A9F;
}
</style>
border-color css
<style>
span { border-color: #884A9F; }
span { border-color: rgb(136,74,159); }
td.TdClassName
{
border-color: #884A9F;
}
.TagClassName
{
border-color: #884A9F;
}
</style>