Shades of Vivid Violet #80238C
Tints of Vivid Violet #80238C
RGB
CMYK
RGB Variations
Color information
#80238C (or 0x80238C) is known color: Vivid Violet. HEX triplet: 80, 23 and 8C. RGB value is (128,35,140). Sum of RGB (Red+Green+Blue) = 128+35+140=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #80238C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80238C is #7FDC73. Grayscale: #4A4A4A. Windows color (decimal): -8379508 or 9184128. OLE color: 9184128.
HSL color Cylindrical-coordinate representation of color #80238C: hue angle of 293.14º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80238C is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 35 | 140 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.45 |
| HSL | 293.14º | 0.6% | 0.34% | - |
| HSV(B) | 293.14º | 0.75% | 0.55% | - |
| XYZ | 14.24 | 7.68 | 25.54 | - |
| YUV | 74.78 | 164.81 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 140 | 0.09 | 0.75 | 0 | 0.45 | 293.14 | 0.6 | 0.34 |
| Hex | 80 | 23 | 8C | 9 | 4B | 0 | 2D | 125 | 3C | 22 |
| Octal | 200 | 43 | 214 | 11 | 113 | 0 | 55 | 445 | 74 | 42 |
| Binary | 10000000 | 100011 | 10001100 | 1001 | 1001011 | 0 | 101101 | 100100101 | 111100 | 100010 |
Color Harmonies of #80238C
Complementary color
Monochromatic Colors of #80238C
Black with #80238C
Text Example
Text Example
White with #80238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80238C; }
p { color: rgb(128,35,140); }
H1.HeaderClassName
{
color: #80238C;
}
.AnyTagClassName
{
color: #80238C;
}
</style>
background-color css
<style>
a { background-color: #80238C; }
a { background-color: rgb(128,35,140); }
div.DivClassName
{
background-color: #80238C;
}
.BgClassName
{
background-color: #80238C;
}
</style>
border-color css
<style>
span { border-color: #80238C; }
span { border-color: rgb(128,35,140); }
td.TdClassName
{
border-color: #80238C;
}
.TagClassName
{
border-color: #80238C;
}
</style>