Shades of Vivid Violet #884A98
Tints of Vivid Violet #884A98
RGB
CMYK
RGB Variations
Color information
#884A98 (or 0x884A98) is known color: Vivid Violet. HEX triplet: 88, 4A and 98. RGB value is (136,74,152). Sum of RGB (Red+Green+Blue) = 136+74+152=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #884A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884A98 is #77B567. Grayscale: #656565. Windows color (decimal): -7845224 or 9980552. OLE color: 9980552.
HSL color Cylindrical-coordinate representation of color #884A98: hue angle of 287.69º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884A98 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 74 | 152 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.40 |
| HSL | 287.69º | 0.35% | 0.44% | - |
| HSV(B) | 287.69º | 0.51% | 0.6% | - |
| XYZ | 18.27 | 12.4 | 31.14 | - |
| YUV | 101.43 | 156.54 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 152 | 0.11 | 0.51 | 0 | 0.40 | 287.69 | 0.35 | 0.44 |
| Hex | 88 | 4A | 98 | B | 33 | 0 | 28 | 120 | 23 | 2C |
| Octal | 210 | 112 | 230 | 13 | 63 | 0 | 50 | 440 | 43 | 54 |
| Binary | 10001000 | 1001010 | 10011000 | 1011 | 110011 | 0 | 101000 | 100100000 | 100011 | 101100 |
Color Harmonies of #884A98
Complementary color
Monochromatic Colors of #884A98
Black with #884A98
Text Example
Text Example
White with #884A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A98; }
p { color: rgb(136,74,152); }
H1.HeaderClassName
{
color: #884A98;
}
.AnyTagClassName
{
color: #884A98;
}
</style>
background-color css
<style>
a { background-color: #884A98; }
a { background-color: rgb(136,74,152); }
div.DivClassName
{
background-color: #884A98;
}
.BgClassName
{
background-color: #884A98;
}
</style>
border-color css
<style>
span { border-color: #884A98; }
span { border-color: rgb(136,74,152); }
td.TdClassName
{
border-color: #884A98;
}
.TagClassName
{
border-color: #884A98;
}
</style>