Shades of Vivid Violet #8024B0
Tints of Vivid Violet #8024B0
RGB
CMYK
RGB Variations
Color information
#8024B0 (or 0x8024B0) is known color: Vivid Violet. HEX triplet: 80, 24 and B0. RGB value is (128,36,176). Sum of RGB (Red+Green+Blue) = 128+36+176=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 176 (69.14% from 255 or 51.76% from 340); Max value from RGB is 176 - color contains mainly: blue. Hex color #8024B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8024B0 is #7FDB4F. Grayscale: #4F4F4F. Windows color (decimal): -8379216 or 11543680. OLE color: 11543680.
HSL color Cylindrical-coordinate representation of color #8024B0: hue angle of 279.43º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8024B0 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 36 | 176 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.31 |
| HSL | 279.43º | 0.66% | 0.42% | - |
| HSV(B) | 279.43º | 0.8% | 0.69% | - |
| XYZ | 17.37 | 8.99 | 41.89 | - |
| YUV | 79.47 | 182.48 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 176 | 0.27 | 0.80 | 0 | 0.31 | 279.43 | 0.66 | 0.42 |
| Hex | 80 | 24 | B0 | 1B | 50 | 0 | 1F | 117 | 42 | 2A |
| Octal | 200 | 44 | 260 | 33 | 120 | 0 | 37 | 427 | 102 | 52 |
| Binary | 10000000 | 100100 | 10110000 | 11011 | 1010000 | 0 | 11111 | 100010111 | 1000010 | 101010 |
Color Harmonies of #8024B0
Complementary color
Monochromatic Colors of #8024B0
Black with #8024B0
Text Example
Text Example
White with #8024B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8024B0; }
p { color: rgb(128,36,176); }
H1.HeaderClassName
{
color: #8024B0;
}
.AnyTagClassName
{
color: #8024B0;
}
</style>
background-color css
<style>
a { background-color: #8024B0; }
a { background-color: rgb(128,36,176); }
div.DivClassName
{
background-color: #8024B0;
}
.BgClassName
{
background-color: #8024B0;
}
</style>
border-color css
<style>
span { border-color: #8024B0; }
span { border-color: rgb(128,36,176); }
td.TdClassName
{
border-color: #8024B0;
}
.TagClassName
{
border-color: #8024B0;
}
</style>