Shades of Vivid Violet #801BA4
Tints of Vivid Violet #801BA4
RGB
CMYK
RGB Variations
Color information
#801BA4 (or 0x801BA4) is known color: Vivid Violet. HEX triplet: 80, 1B and A4. RGB value is (128,27,164). Sum of RGB (Red+Green+Blue) = 128+27+164=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 164 (64.45% from 255 or 51.41% from 319); Max value from RGB is 164 - color contains mainly: blue. Hex color #801BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801BA4 is #7FE45B. Grayscale: #484848. Windows color (decimal): -8381532 or 10754944. OLE color: 10754944.
HSL color Cylindrical-coordinate representation of color #801BA4: hue angle of 284.23º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801BA4 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 27 | 164 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.36 |
| HSL | 284.23º | 0.72% | 0.37% | - |
| HSV(B) | 284.23º | 0.84% | 0.64% | - |
| XYZ | 15.99 | 8.05 | 35.83 | - |
| YUV | 72.82 | 179.46 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 27 | 164 | 0.22 | 0.84 | 0 | 0.36 | 284.23 | 0.72 | 0.37 |
| Hex | 80 | 1B | A4 | 16 | 54 | 0 | 24 | 11C | 48 | 25 |
| Octal | 200 | 33 | 244 | 26 | 124 | 0 | 44 | 434 | 110 | 45 |
| Binary | 10000000 | 11011 | 10100100 | 10110 | 1010100 | 0 | 100100 | 100011100 | 1001000 | 100101 |
Color Harmonies of #801BA4
Complementary color
Monochromatic Colors of #801BA4
Black with #801BA4
Text Example
Text Example
White with #801BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801BA4; }
p { color: rgb(128,27,164); }
H1.HeaderClassName
{
color: #801BA4;
}
.AnyTagClassName
{
color: #801BA4;
}
</style>
background-color css
<style>
a { background-color: #801BA4; }
a { background-color: rgb(128,27,164); }
div.DivClassName
{
background-color: #801BA4;
}
.BgClassName
{
background-color: #801BA4;
}
</style>
border-color css
<style>
span { border-color: #801BA4; }
span { border-color: rgb(128,27,164); }
td.TdClassName
{
border-color: #801BA4;
}
.TagClassName
{
border-color: #801BA4;
}
</style>