Shades of Vivid Violet #803092
Tints of Vivid Violet #803092
RGB
CMYK
RGB Variations
Color information
#803092 (or 0x803092) is known color: Vivid Violet. HEX triplet: 80, 30 and 92. RGB value is (128,48,146). Sum of RGB (Red+Green+Blue) = 128+48+146=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #803092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803092 is #7FCF6D. Grayscale: #525252. Windows color (decimal): -8376174 or 9580672. OLE color: 9580672.
HSL color Cylindrical-coordinate representation of color #803092: hue angle of 288.98º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #803092 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 48 | 146 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.43 |
| HSL | 288.98º | 0.51% | 0.38% | - |
| HSV(B) | 288.98º | 0.67% | 0.57% | - |
| XYZ | 15.15 | 8.78 | 28.09 | - |
| YUV | 83.09 | 163.5 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 146 | 0.12 | 0.67 | 0 | 0.43 | 288.98 | 0.51 | 0.38 |
| Hex | 80 | 30 | 92 | C | 43 | 0 | 2B | 121 | 33 | 26 |
| Octal | 200 | 60 | 222 | 14 | 103 | 0 | 53 | 441 | 63 | 46 |
| Binary | 10000000 | 110000 | 10010010 | 1100 | 1000011 | 0 | 101011 | 100100001 | 110011 | 100110 |
Color Harmonies of #803092
Complementary color
Monochromatic Colors of #803092
Black with #803092
Text Example
Text Example
White with #803092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803092; }
p { color: rgb(128,48,146); }
H1.HeaderClassName
{
color: #803092;
}
.AnyTagClassName
{
color: #803092;
}
</style>
background-color css
<style>
a { background-color: #803092; }
a { background-color: rgb(128,48,146); }
div.DivClassName
{
background-color: #803092;
}
.BgClassName
{
background-color: #803092;
}
</style>
border-color css
<style>
span { border-color: #803092; }
span { border-color: rgb(128,48,146); }
td.TdClassName
{
border-color: #803092;
}
.TagClassName
{
border-color: #803092;
}
</style>