Shades of Vivid Violet #802394
Tints of Vivid Violet #802394
RGB
CMYK
RGB Variations
Color information
#802394 (or 0x802394) is known color: Vivid Violet. HEX triplet: 80, 23 and 94. RGB value is (128,35,148). Sum of RGB (Red+Green+Blue) = 128+35+148=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #802394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802394 is #7FDC6B. Grayscale: #4B4B4B. Windows color (decimal): -8379500 or 9708416. OLE color: 9708416.
HSL color Cylindrical-coordinate representation of color #802394: hue angle of 289.38º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #802394 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 35 | 148 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.42 |
| HSL | 289.38º | 0.62% | 0.36% | - |
| HSV(B) | 289.38º | 0.76% | 0.58% | - |
| XYZ | 14.85 | 7.93 | 28.76 | - |
| YUV | 75.69 | 168.81 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 148 | 0.14 | 0.76 | 0 | 0.42 | 289.38 | 0.62 | 0.36 |
| Hex | 80 | 23 | 94 | E | 4C | 0 | 2A | 121 | 3E | 24 |
| Octal | 200 | 43 | 224 | 16 | 114 | 0 | 52 | 441 | 76 | 44 |
| Binary | 10000000 | 100011 | 10010100 | 1110 | 1001100 | 0 | 101010 | 100100001 | 111110 | 100100 |
Color Harmonies of #802394
Complementary color
Monochromatic Colors of #802394
Black with #802394
Text Example
Text Example
White with #802394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802394; }
p { color: rgb(128,35,148); }
H1.HeaderClassName
{
color: #802394;
}
.AnyTagClassName
{
color: #802394;
}
</style>
background-color css
<style>
a { background-color: #802394; }
a { background-color: rgb(128,35,148); }
div.DivClassName
{
background-color: #802394;
}
.BgClassName
{
background-color: #802394;
}
</style>
border-color css
<style>
span { border-color: #802394; }
span { border-color: rgb(128,35,148); }
td.TdClassName
{
border-color: #802394;
}
.TagClassName
{
border-color: #802394;
}
</style>