Shades of Vivid Violet #884A93
Tints of Vivid Violet #884A93
RGB
CMYK
RGB Variations
Color information
#884A93 (or 0x884A93) is known color: Vivid Violet. HEX triplet: 88, 4A and 93. RGB value is (136,74,147). Sum of RGB (Red+Green+Blue) = 136+74+147=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #884A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884A93 is #77B56C. Grayscale: #646464. Windows color (decimal): -7845229 or 9652872. OLE color: 9652872.
HSL color Cylindrical-coordinate representation of color #884A93: hue angle of 290.96º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #884A93 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 74 | 147 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.42 |
| HSL | 290.96º | 0.33% | 0.43% | - |
| HSV(B) | 290.96º | 0.5% | 0.58% | - |
| XYZ | 17.87 | 12.24 | 29.02 | - |
| YUV | 100.86 | 154.04 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 147 | 0.07 | 0.50 | 0 | 0.42 | 290.96 | 0.33 | 0.43 |
| Hex | 88 | 4A | 93 | 7 | 32 | 0 | 2A | 123 | 21 | 2B |
| Octal | 210 | 112 | 223 | 7 | 62 | 0 | 52 | 443 | 41 | 53 |
| Binary | 10001000 | 1001010 | 10010011 | 111 | 110010 | 0 | 101010 | 100100011 | 100001 | 101011 |
Color Harmonies of #884A93
Complementary color
Monochromatic Colors of #884A93
Black with #884A93
Text Example
Text Example
White with #884A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A93; }
p { color: rgb(136,74,147); }
H1.HeaderClassName
{
color: #884A93;
}
.AnyTagClassName
{
color: #884A93;
}
</style>
background-color css
<style>
a { background-color: #884A93; }
a { background-color: rgb(136,74,147); }
div.DivClassName
{
background-color: #884A93;
}
.BgClassName
{
background-color: #884A93;
}
</style>
border-color css
<style>
span { border-color: #884A93; }
span { border-color: rgb(136,74,147); }
td.TdClassName
{
border-color: #884A93;
}
.TagClassName
{
border-color: #884A93;
}
</style>