Shades of Vivid Violet #803095
Tints of Vivid Violet #803095
RGB
CMYK
RGB Variations
Color information
#803095 (or 0x803095) is known color: Vivid Violet. HEX triplet: 80, 30 and 95. RGB value is (128,48,149). Sum of RGB (Red+Green+Blue) = 128+48+149=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #803095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803095 is #7FCF6A. Grayscale: #535353. Windows color (decimal): -8376171 or 9777280. OLE color: 9777280.
HSL color Cylindrical-coordinate representation of color #803095: hue angle of 287.52º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #803095 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 48 | 149 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.42 |
| HSL | 287.52º | 0.51% | 0.39% | - |
| HSV(B) | 287.52º | 0.68% | 0.58% | - |
| XYZ | 15.38 | 8.87 | 29.34 | - |
| YUV | 83.43 | 165 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 149 | 0.14 | 0.68 | 0 | 0.42 | 287.52 | 0.51 | 0.39 |
| Hex | 80 | 30 | 95 | E | 44 | 0 | 2A | 120 | 33 | 27 |
| Octal | 200 | 60 | 225 | 16 | 104 | 0 | 52 | 440 | 63 | 47 |
| Binary | 10000000 | 110000 | 10010101 | 1110 | 1000100 | 0 | 101010 | 100100000 | 110011 | 100111 |
Color Harmonies of #803095
Complementary color
Monochromatic Colors of #803095
Black with #803095
Text Example
Text Example
White with #803095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803095; }
p { color: rgb(128,48,149); }
H1.HeaderClassName
{
color: #803095;
}
.AnyTagClassName
{
color: #803095;
}
</style>
background-color css
<style>
a { background-color: #803095; }
a { background-color: rgb(128,48,149); }
div.DivClassName
{
background-color: #803095;
}
.BgClassName
{
background-color: #803095;
}
</style>
border-color css
<style>
span { border-color: #803095; }
span { border-color: rgb(128,48,149); }
td.TdClassName
{
border-color: #803095;
}
.TagClassName
{
border-color: #803095;
}
</style>