Shades of Vivid Violet #882594
Tints of Vivid Violet #882594
RGB
CMYK
RGB Variations
Color information
#882594 (or 0x882594) is known color: Vivid Violet. HEX triplet: 88, 25 and 94. RGB value is (136,37,148). Sum of RGB (Red+Green+Blue) = 136+37+148=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #882594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882594 is #77DA6B. Grayscale: #4E4E4E. Windows color (decimal): -7854700 or 9708936. OLE color: 9708936.
HSL color Cylindrical-coordinate representation of color #882594: hue angle of 293.51º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882594 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 37 | 148 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.42 |
| HSL | 293.51º | 0.6% | 0.36% | - |
| HSV(B) | 293.51º | 0.75% | 0.58% | - |
| XYZ | 16.16 | 8.7 | 28.84 | - |
| YUV | 79.26 | 166.8 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 148 | 0.08 | 0.75 | 0 | 0.42 | 293.51 | 0.6 | 0.36 |
| Hex | 88 | 25 | 94 | 8 | 4B | 0 | 2A | 126 | 3C | 24 |
| Octal | 210 | 45 | 224 | 10 | 113 | 0 | 52 | 446 | 74 | 44 |
| Binary | 10001000 | 100101 | 10010100 | 1000 | 1001011 | 0 | 101010 | 100100110 | 111100 | 100100 |
Color Harmonies of #882594
Complementary color
Monochromatic Colors of #882594
Black with #882594
Text Example
Text Example
White with #882594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882594; }
p { color: rgb(136,37,148); }
H1.HeaderClassName
{
color: #882594;
}
.AnyTagClassName
{
color: #882594;
}
</style>
background-color css
<style>
a { background-color: #882594; }
a { background-color: rgb(136,37,148); }
div.DivClassName
{
background-color: #882594;
}
.BgClassName
{
background-color: #882594;
}
</style>
border-color css
<style>
span { border-color: #882594; }
span { border-color: rgb(136,37,148); }
td.TdClassName
{
border-color: #882594;
}
.TagClassName
{
border-color: #882594;
}
</style>