Shades of Vivid Violet #802B85
Tints of Vivid Violet #802B85
RGB
CMYK
RGB Variations
Color information
#802B85 (or 0x802B85) is known color: Vivid Violet. HEX triplet: 80, 2B and 85. RGB value is (128,43,133). Sum of RGB (Red+Green+Blue) = 128+43+133=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: blue. Hex color #802B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802B85 is #7FD47A. Grayscale: #4E4E4E. Windows color (decimal): -8377467 or 8727424. OLE color: 8727424.
HSL color Cylindrical-coordinate representation of color #802B85: hue angle of 296.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #802B85 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 43 | 133 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.48 |
| HSL | 296.67º | 0.51% | 0.35% | - |
| HSV(B) | 296.67º | 0.68% | 0.52% | - |
| XYZ | 14 | 8.01 | 23 | - |
| YUV | 78.68 | 158.66 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 43 | 133 | 0.04 | 0.68 | 0 | 0.48 | 296.67 | 0.51 | 0.35 |
| Hex | 80 | 2B | 85 | 4 | 44 | 0 | 30 | 129 | 33 | 23 |
| Octal | 200 | 53 | 205 | 4 | 104 | 0 | 60 | 451 | 63 | 43 |
| Binary | 10000000 | 101011 | 10000101 | 100 | 1000100 | 0 | 110000 | 100101001 | 110011 | 100011 |
Color Harmonies of #802B85
Complementary color
Monochromatic Colors of #802B85
Black with #802B85
Text Example
Text Example
White with #802B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802B85; }
p { color: rgb(128,43,133); }
H1.HeaderClassName
{
color: #802B85;
}
.AnyTagClassName
{
color: #802B85;
}
</style>
background-color css
<style>
a { background-color: #802B85; }
a { background-color: rgb(128,43,133); }
div.DivClassName
{
background-color: #802B85;
}
.BgClassName
{
background-color: #802B85;
}
</style>
border-color css
<style>
span { border-color: #802B85; }
span { border-color: rgb(128,43,133); }
td.TdClassName
{
border-color: #802B85;
}
.TagClassName
{
border-color: #802B85;
}
</style>