Shades of Vivid Violet #801C94
Tints of Vivid Violet #801C94
RGB
CMYK
RGB Variations
Color information
#801C94 (or 0x801C94) is known color: Vivid Violet. HEX triplet: 80, 1C and 94. RGB value is (128,28,148). Sum of RGB (Red+Green+Blue) = 128+28+148=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #801C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801C94 is #7FE36B. Grayscale: #474747. Windows color (decimal): -8381292 or 9706624. OLE color: 9706624.
HSL color Cylindrical-coordinate representation of color #801C94: hue angle of 290º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #801C94 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 28 | 148 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.42 |
| HSL | 290º | 0.68% | 0.35% | - |
| HSV(B) | 290º | 0.81% | 0.58% | - |
| XYZ | 14.66 | 7.56 | 28.7 | - |
| YUV | 71.58 | 171.13 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 28 | 148 | 0.14 | 0.81 | 0 | 0.42 | 290 | 0.68 | 0.35 |
| Hex | 80 | 1C | 94 | E | 51 | 0 | 2A | 122 | 44 | 23 |
| Octal | 200 | 34 | 224 | 16 | 121 | 0 | 52 | 442 | 104 | 43 |
| Binary | 10000000 | 11100 | 10010100 | 1110 | 1010001 | 0 | 101010 | 100100010 | 1000100 | 100011 |
Color Harmonies of #801C94
Complementary color
Monochromatic Colors of #801C94
Black with #801C94
Text Example
Text Example
White with #801C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801C94; }
p { color: rgb(128,28,148); }
H1.HeaderClassName
{
color: #801C94;
}
.AnyTagClassName
{
color: #801C94;
}
</style>
background-color css
<style>
a { background-color: #801C94; }
a { background-color: rgb(128,28,148); }
div.DivClassName
{
background-color: #801C94;
}
.BgClassName
{
background-color: #801C94;
}
</style>
border-color css
<style>
span { border-color: #801C94; }
span { border-color: rgb(128,28,148); }
td.TdClassName
{
border-color: #801C94;
}
.TagClassName
{
border-color: #801C94;
}
</style>