Shades of Vivid Violet #801D93
Tints of Vivid Violet #801D93
RGB
CMYK
RGB Variations
Color information
#801D93 (or 0x801D93) is known color: Vivid Violet. HEX triplet: 80, 1D and 93. RGB value is (128,29,147). Sum of RGB (Red+Green+Blue) = 128+29+147=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #801D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801D93 is #7FE26C. Grayscale: #474747. Windows color (decimal): -8381037 or 9641344. OLE color: 9641344.
HSL color Cylindrical-coordinate representation of color #801D93: hue angle of 290.34º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #801D93 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 29 | 147 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.42 |
| HSL | 290.34º | 0.67% | 0.35% | - |
| HSV(B) | 290.34º | 0.8% | 0.58% | - |
| XYZ | 14.61 | 7.57 | 28.3 | - |
| YUV | 72.05 | 170.3 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 29 | 147 | 0.13 | 0.80 | 0 | 0.42 | 290.34 | 0.67 | 0.35 |
| Hex | 80 | 1D | 93 | D | 50 | 0 | 2A | 122 | 43 | 23 |
| Octal | 200 | 35 | 223 | 15 | 120 | 0 | 52 | 442 | 103 | 43 |
| Binary | 10000000 | 11101 | 10010011 | 1101 | 1010000 | 0 | 101010 | 100100010 | 1000011 | 100011 |
Color Harmonies of #801D93
Complementary color
Monochromatic Colors of #801D93
Black with #801D93
Text Example
Text Example
White with #801D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801D93; }
p { color: rgb(128,29,147); }
H1.HeaderClassName
{
color: #801D93;
}
.AnyTagClassName
{
color: #801D93;
}
</style>
background-color css
<style>
a { background-color: #801D93; }
a { background-color: rgb(128,29,147); }
div.DivClassName
{
background-color: #801D93;
}
.BgClassName
{
background-color: #801D93;
}
</style>
border-color css
<style>
span { border-color: #801D93; }
span { border-color: rgb(128,29,147); }
td.TdClassName
{
border-color: #801D93;
}
.TagClassName
{
border-color: #801D93;
}
</style>