Shades of Vivid Violet #884399
Tints of Vivid Violet #884399
RGB
CMYK
RGB Variations
Color information
#884399 (or 0x884399) is known color: Vivid Violet. HEX triplet: 88, 43 and 99. RGB value is (136,67,153). Sum of RGB (Red+Green+Blue) = 136+67+153=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #884399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884399 is #77BC66. Grayscale: #616161. Windows color (decimal): -7847015 or 10044296. OLE color: 10044296.
HSL color Cylindrical-coordinate representation of color #884399: hue angle of 288.14º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #884399 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 136 | 67 | 153 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.4 |
| HSL | 288.14º | 0.39% | 0.43% | - |
| HSV(B) | 288.14º | 0.56% | 0.6% | - |
| XYZ | 17.91 | 11.55 | 31.42 | - |
| YUV | 97.44 | 159.36 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 153 | 0.11 | 0.56 | 0 | 0.4 | 288.14 | 0.39 | 0.43 |
| Hex | 88 | 43 | 99 | B | 38 | 0 | 28 | 120 | 27 | 2B |
| Octal | 210 | 103 | 231 | 13 | 70 | 0 | 50 | 440 | 47 | 53 |
| Binary | 10001000 | 1000011 | 10011001 | 1011 | 111000 | 0 | 101000 | 100100000 | 100111 | 101011 |
Color Harmonies of #884399
Complementary color
Monochromatic Colors of #884399
Black with #884399
Text Example
Text Example
White with #884399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884399; }
p { color: rgb(136,67,153); }
H1.HeaderClassName
{
color: #884399;
}
.AnyTagClassName
{
color: #884399;
}
</style>
background-color css
<style>
a { background-color: #884399; }
a { background-color: rgb(136,67,153); }
div.DivClassName
{
background-color: #884399;
}
.BgClassName
{
background-color: #884399;
}
</style>
border-color css
<style>
span { border-color: #884399; }
span { border-color: rgb(136,67,153); }
td.TdClassName
{
border-color: #884399;
}
.TagClassName
{
border-color: #884399;
}
</style>