Shades of Vivid Violet #884194
Tints of Vivid Violet #884194
RGB
CMYK
RGB Variations
Color information
#884194 (or 0x884194) is known color: Vivid Violet. HEX triplet: 88, 41 and 94. RGB value is (136,65,148). Sum of RGB (Red+Green+Blue) = 136+65+148=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 148 - color contains mainly: blue. Hex color #884194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884194 is #77BE6B. Grayscale: #5F5F5F. Windows color (decimal): -7847532 or 9716104. OLE color: 9716104.
HSL color Cylindrical-coordinate representation of color #884194: hue angle of 291.33º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #884194 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 65 | 148 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.42 |
| HSL | 291.33º | 0.39% | 0.42% | - |
| HSV(B) | 291.33º | 0.56% | 0.58% | - |
| XYZ | 17.39 | 11.15 | 29.25 | - |
| YUV | 95.69 | 157.52 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 148 | 0.08 | 0.56 | 0 | 0.42 | 291.33 | 0.39 | 0.42 |
| Hex | 88 | 41 | 94 | 8 | 38 | 0 | 2A | 123 | 27 | 2A |
| Octal | 210 | 101 | 224 | 10 | 70 | 0 | 52 | 443 | 47 | 52 |
| Binary | 10001000 | 1000001 | 10010100 | 1000 | 111000 | 0 | 101010 | 100100011 | 100111 | 101010 |
Color Harmonies of #884194
Complementary color
Monochromatic Colors of #884194
Black with #884194
Text Example
Text Example
White with #884194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884194; }
p { color: rgb(136,65,148); }
H1.HeaderClassName
{
color: #884194;
}
.AnyTagClassName
{
color: #884194;
}
</style>
background-color css
<style>
a { background-color: #884194; }
a { background-color: rgb(136,65,148); }
div.DivClassName
{
background-color: #884194;
}
.BgClassName
{
background-color: #884194;
}
</style>
border-color css
<style>
span { border-color: #884194; }
span { border-color: rgb(136,65,148); }
td.TdClassName
{
border-color: #884194;
}
.TagClassName
{
border-color: #884194;
}
</style>