Shades of Vivid Violet #80239C
Tints of Vivid Violet #80239C
RGB
CMYK
RGB Variations
Color information
#80239C (or 0x80239C) is known color: Vivid Violet. HEX triplet: 80, 23 and 9C. RGB value is (128,35,156). Sum of RGB (Red+Green+Blue) = 128+35+156=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #80239C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80239C is #7FDC63. Grayscale: #4C4C4C. Windows color (decimal): -8379492 or 10232704. OLE color: 10232704.
HSL color Cylindrical-coordinate representation of color #80239C: hue angle of 286.12º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80239C is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 35 | 156 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.39 |
| HSL | 286.12º | 0.63% | 0.37% | - |
| HSV(B) | 286.12º | 0.78% | 0.61% | - |
| XYZ | 15.5 | 8.19 | 32.22 | - |
| YUV | 76.6 | 172.81 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 156 | 0.18 | 0.78 | 0 | 0.39 | 286.12 | 0.63 | 0.37 |
| Hex | 80 | 23 | 9C | 12 | 4E | 0 | 27 | 11E | 3F | 25 |
| Octal | 200 | 43 | 234 | 22 | 116 | 0 | 47 | 436 | 77 | 45 |
| Binary | 10000000 | 100011 | 10011100 | 10010 | 1001110 | 0 | 100111 | 100011110 | 111111 | 100101 |
Color Harmonies of #80239C
Complementary color
Monochromatic Colors of #80239C
Black with #80239C
Text Example
Text Example
White with #80239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80239C; }
p { color: rgb(128,35,156); }
H1.HeaderClassName
{
color: #80239C;
}
.AnyTagClassName
{
color: #80239C;
}
</style>
background-color css
<style>
a { background-color: #80239C; }
a { background-color: rgb(128,35,156); }
div.DivClassName
{
background-color: #80239C;
}
.BgClassName
{
background-color: #80239C;
}
</style>
border-color css
<style>
span { border-color: #80239C; }
span { border-color: rgb(128,35,156); }
td.TdClassName
{
border-color: #80239C;
}
.TagClassName
{
border-color: #80239C;
}
</style>