Shades of Vivid Violet #80269B
Tints of Vivid Violet #80269B
RGB
CMYK
RGB Variations
Color information
#80269B (or 0x80269B) is known color: Vivid Violet. HEX triplet: 80, 26 and 9B. RGB value is (128,38,155). Sum of RGB (Red+Green+Blue) = 128+38+155=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #80269B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80269B is #7FD964. Grayscale: #4D4D4D. Windows color (decimal): -8378725 or 10167936. OLE color: 10167936.
HSL color Cylindrical-coordinate representation of color #80269B: hue angle of 286.15º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80269B is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 38 | 155 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.39 |
| HSL | 286.15º | 0.61% | 0.38% | - |
| HSV(B) | 286.15º | 0.75% | 0.61% | - |
| XYZ | 15.51 | 8.34 | 31.8 | - |
| YUV | 78.25 | 171.32 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 38 | 155 | 0.17 | 0.75 | 0 | 0.39 | 286.15 | 0.61 | 0.38 |
| Hex | 80 | 26 | 9B | 11 | 4B | 0 | 27 | 11E | 3D | 26 |
| Octal | 200 | 46 | 233 | 21 | 113 | 0 | 47 | 436 | 75 | 46 |
| Binary | 10000000 | 100110 | 10011011 | 10001 | 1001011 | 0 | 100111 | 100011110 | 111101 | 100110 |
Color Harmonies of #80269B
Complementary color
Monochromatic Colors of #80269B
Black with #80269B
Text Example
Text Example
White with #80269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80269B; }
p { color: rgb(128,38,155); }
H1.HeaderClassName
{
color: #80269B;
}
.AnyTagClassName
{
color: #80269B;
}
</style>
background-color css
<style>
a { background-color: #80269B; }
a { background-color: rgb(128,38,155); }
div.DivClassName
{
background-color: #80269B;
}
.BgClassName
{
background-color: #80269B;
}
</style>
border-color css
<style>
span { border-color: #80269B; }
span { border-color: rgb(128,38,155); }
td.TdClassName
{
border-color: #80269B;
}
.TagClassName
{
border-color: #80269B;
}
</style>