Shades of Vivid Violet #801B8D
Tints of Vivid Violet #801B8D
RGB
CMYK
RGB Variations
Color information
#801B8D (or 0x801B8D) is known color: Vivid Violet. HEX triplet: 80, 1B and 8D. RGB value is (128,27,141). Sum of RGB (Red+Green+Blue) = 128+27+141=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #801B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801B8D is #7FE472. Grayscale: #454545. Windows color (decimal): -8381555 or 9247616. OLE color: 9247616.
HSL color Cylindrical-coordinate representation of color #801B8D: hue angle of 293.16º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #801B8D is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 128 | 27 | 141 | - |
CMYK | 0.09 | 0.81 | 0 | 0.45 |
HSL | 293.16º | 0.68% | 0.33% | - |
HSV(B) | 293.16º | 0.81% | 0.55% | - |
XYZ | 14.1 | 7.3 | 25.86 | - |
YUV | 70.2 | 167.96 | 169.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 128 | 27 | 141 | 0.09 | 0.81 | 0 | 0.45 | 293.16 | 0.68 | 0.33 |
Hex | 80 | 1B | 8D | 9 | 51 | 0 | 2D | 125 | 44 | 21 |
Octal | 200 | 33 | 215 | 11 | 121 | 0 | 55 | 445 | 104 | 41 |
Binary | 10000000 | 11011 | 10001101 | 1001 | 1010001 | 0 | 101101 | 100100101 | 1000100 | 100001 |
Color Harmonies of #801B8D
Complementary color
Monochromatic Colors of #801B8D
Black with #801B8D
Text Example
Text Example
White with #801B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801B8D; }
p { color: rgb(128,27,141); }
H1.HeaderClassName
{
color: #801B8D;
}
.AnyTagClassName
{
color: #801B8D;
}
</style>
background-color css
<style>
a { background-color: #801B8D; }
a { background-color: rgb(128,27,141); }
div.DivClassName
{
background-color: #801B8D;
}
.BgClassName
{
background-color: #801B8D;
}
</style>
border-color css
<style>
span { border-color: #801B8D; }
span { border-color: rgb(128,27,141); }
td.TdClassName
{
border-color: #801B8D;
}
.TagClassName
{
border-color: #801B8D;
}
</style>