Shades of Vivid Violet #884B9A
Tints of Vivid Violet #884B9A
RGB
CMYK
RGB Variations
Color information
#884B9A (or 0x884B9A) is known color: Vivid Violet. HEX triplet: 88, 4B and 9A. RGB value is (136,75,154). Sum of RGB (Red+Green+Blue) = 136+75+154=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #884B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884B9A is #77B465. Grayscale: #656565. Windows color (decimal): -7844966 or 10111880. OLE color: 10111880.
HSL color Cylindrical-coordinate representation of color #884B9A: hue angle of 286.33º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884B9A is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 75 | 154 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.40 |
| HSL | 286.33º | 0.34% | 0.45% | - |
| HSV(B) | 286.33º | 0.51% | 0.6% | - |
| XYZ | 18.5 | 12.6 | 32.03 | - |
| YUV | 102.25 | 157.21 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 154 | 0.12 | 0.51 | 0 | 0.40 | 286.33 | 0.34 | 0.45 |
| Hex | 88 | 4B | 9A | C | 33 | 0 | 28 | 11E | 22 | 2D |
| Octal | 210 | 113 | 232 | 14 | 63 | 0 | 50 | 436 | 42 | 55 |
| Binary | 10001000 | 1001011 | 10011010 | 1100 | 110011 | 0 | 101000 | 100011110 | 100010 | 101101 |
Color Harmonies of #884B9A
Complementary color
Monochromatic Colors of #884B9A
Black with #884B9A
Text Example
Text Example
White with #884B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B9A; }
p { color: rgb(136,75,154); }
H1.HeaderClassName
{
color: #884B9A;
}
.AnyTagClassName
{
color: #884B9A;
}
</style>
background-color css
<style>
a { background-color: #884B9A; }
a { background-color: rgb(136,75,154); }
div.DivClassName
{
background-color: #884B9A;
}
.BgClassName
{
background-color: #884B9A;
}
</style>
border-color css
<style>
span { border-color: #884B9A; }
span { border-color: rgb(136,75,154); }
td.TdClassName
{
border-color: #884B9A;
}
.TagClassName
{
border-color: #884B9A;
}
</style>