Shades of Vivid Violet #80269C
Tints of Vivid Violet #80269C
RGB
CMYK
RGB Variations
Color information
#80269C (or 0x80269C) is known color: Vivid Violet. HEX triplet: 80, 26 and 9C. RGB value is (128,38,156). Sum of RGB (Red+Green+Blue) = 128+38+156=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #80269C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80269C is #7FD963. Grayscale: #4D4D4D. Windows color (decimal): -8378724 or 10233472. OLE color: 10233472.
HSL color Cylindrical-coordinate representation of color #80269C: hue angle of 285.76º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80269C is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 38 | 156 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.39 |
| HSL | 285.76º | 0.61% | 0.38% | - |
| HSV(B) | 285.76º | 0.76% | 0.61% | - |
| XYZ | 15.6 | 8.38 | 32.25 | - |
| YUV | 78.36 | 171.82 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 38 | 156 | 0.18 | 0.76 | 0 | 0.39 | 285.76 | 0.61 | 0.38 |
| Hex | 80 | 26 | 9C | 12 | 4C | 0 | 27 | 11E | 3D | 26 |
| Octal | 200 | 46 | 234 | 22 | 114 | 0 | 47 | 436 | 75 | 46 |
| Binary | 10000000 | 100110 | 10011100 | 10010 | 1001100 | 0 | 100111 | 100011110 | 111101 | 100110 |
Color Harmonies of #80269C
Complementary color
Monochromatic Colors of #80269C
Black with #80269C
Text Example
Text Example
White with #80269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80269C; }
p { color: rgb(128,38,156); }
H1.HeaderClassName
{
color: #80269C;
}
.AnyTagClassName
{
color: #80269C;
}
</style>
background-color css
<style>
a { background-color: #80269C; }
a { background-color: rgb(128,38,156); }
div.DivClassName
{
background-color: #80269C;
}
.BgClassName
{
background-color: #80269C;
}
</style>
border-color css
<style>
span { border-color: #80269C; }
span { border-color: rgb(128,38,156); }
td.TdClassName
{
border-color: #80269C;
}
.TagClassName
{
border-color: #80269C;
}
</style>