Shades of Vivid Violet #80309C
Tints of Vivid Violet #80309C
RGB
CMYK
RGB Variations
Color information
#80309C (or 0x80309C) is known color: Vivid Violet. HEX triplet: 80, 30 and 9C. RGB value is (128,48,156). Sum of RGB (Red+Green+Blue) = 128+48+156=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #80309C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80309C is #7FCF63. Grayscale: #535353. Windows color (decimal): -8376164 or 10236032. OLE color: 10236032.
HSL color Cylindrical-coordinate representation of color #80309C: hue angle of 284.44º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80309C is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 48 | 156 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.39 |
| HSL | 284.44º | 0.53% | 0.4% | - |
| HSV(B) | 284.44º | 0.69% | 0.61% | - |
| XYZ | 15.96 | 9.1 | 32.37 | - |
| YUV | 84.23 | 168.5 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 156 | 0.18 | 0.69 | 0 | 0.39 | 284.44 | 0.53 | 0.4 |
| Hex | 80 | 30 | 9C | 12 | 45 | 0 | 27 | 11C | 35 | 28 |
| Octal | 200 | 60 | 234 | 22 | 105 | 0 | 47 | 434 | 65 | 50 |
| Binary | 10000000 | 110000 | 10011100 | 10010 | 1000101 | 0 | 100111 | 100011100 | 110101 | 101000 |
Color Harmonies of #80309C
Complementary color
Monochromatic Colors of #80309C
Black with #80309C
Text Example
Text Example
White with #80309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80309C; }
p { color: rgb(128,48,156); }
H1.HeaderClassName
{
color: #80309C;
}
.AnyTagClassName
{
color: #80309C;
}
</style>
background-color css
<style>
a { background-color: #80309C; }
a { background-color: rgb(128,48,156); }
div.DivClassName
{
background-color: #80309C;
}
.BgClassName
{
background-color: #80309C;
}
</style>
border-color css
<style>
span { border-color: #80309C; }
span { border-color: rgb(128,48,156); }
td.TdClassName
{
border-color: #80309C;
}
.TagClassName
{
border-color: #80309C;
}
</style>