Shades of Vivid Violet #80449B
Tints of Vivid Violet #80449B
RGB
CMYK
RGB Variations
Color information
#80449B (or 0x80449B) is known color: Vivid Violet. HEX triplet: 80, 44 and 9B. RGB value is (128,68,155). Sum of RGB (Red+Green+Blue) = 128+68+155=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #80449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80449B is #7FBB64. Grayscale: #5F5F5F. Windows color (decimal): -8371045 or 10175616. OLE color: 10175616.
HSL color Cylindrical-coordinate representation of color #80449B: hue angle of 281.38º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80449B is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 68 | 155 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.39 |
| HSL | 281.38º | 0.39% | 0.44% | - |
| HSV(B) | 281.38º | 0.56% | 0.61% | - |
| XYZ | 16.89 | 11.09 | 32.26 | - |
| YUV | 95.86 | 161.38 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 155 | 0.17 | 0.56 | 0 | 0.39 | 281.38 | 0.39 | 0.44 |
| Hex | 80 | 44 | 9B | 11 | 38 | 0 | 27 | 119 | 27 | 2C |
| Octal | 200 | 104 | 233 | 21 | 70 | 0 | 47 | 431 | 47 | 54 |
| Binary | 10000000 | 1000100 | 10011011 | 10001 | 111000 | 0 | 100111 | 100011001 | 100111 | 101100 |
Color Harmonies of #80449B
Complementary color
Monochromatic Colors of #80449B
Black with #80449B
Text Example
Text Example
White with #80449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80449B; }
p { color: rgb(128,68,155); }
H1.HeaderClassName
{
color: #80449B;
}
.AnyTagClassName
{
color: #80449B;
}
</style>
background-color css
<style>
a { background-color: #80449B; }
a { background-color: rgb(128,68,155); }
div.DivClassName
{
background-color: #80449B;
}
.BgClassName
{
background-color: #80449B;
}
</style>
border-color css
<style>
span { border-color: #80449B; }
span { border-color: rgb(128,68,155); }
td.TdClassName
{
border-color: #80449B;
}
.TagClassName
{
border-color: #80449B;
}
</style>