Shades of Vivid Violet #802C8B
Tints of Vivid Violet #802C8B
RGB
CMYK
RGB Variations
Color information
#802C8B (or 0x802C8B) is known color: Vivid Violet. HEX triplet: 80, 2C and 8B. RGB value is (128,44,139). Sum of RGB (Red+Green+Blue) = 128+44+139=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #802C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802C8B is #7FD374. Grayscale: #4F4F4F. Windows color (decimal): -8377205 or 9120896. OLE color: 9120896.
HSL color Cylindrical-coordinate representation of color #802C8B: hue angle of 293.05º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #802C8B is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 44 | 139 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.45 |
| HSL | 293.05º | 0.52% | 0.36% | - |
| HSV(B) | 293.05º | 0.68% | 0.55% | - |
| XYZ | 14.46 | 8.25 | 25.26 | - |
| YUV | 79.95 | 161.33 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 139 | 0.08 | 0.68 | 0 | 0.45 | 293.05 | 0.52 | 0.36 |
| Hex | 80 | 2C | 8B | 8 | 44 | 0 | 2D | 125 | 34 | 24 |
| Octal | 200 | 54 | 213 | 10 | 104 | 0 | 55 | 445 | 64 | 44 |
| Binary | 10000000 | 101100 | 10001011 | 1000 | 1000100 | 0 | 101101 | 100100101 | 110100 | 100100 |
Color Harmonies of #802C8B
Complementary color
Monochromatic Colors of #802C8B
Black with #802C8B
Text Example
Text Example
White with #802C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C8B; }
p { color: rgb(128,44,139); }
H1.HeaderClassName
{
color: #802C8B;
}
.AnyTagClassName
{
color: #802C8B;
}
</style>
background-color css
<style>
a { background-color: #802C8B; }
a { background-color: rgb(128,44,139); }
div.DivClassName
{
background-color: #802C8B;
}
.BgClassName
{
background-color: #802C8B;
}
</style>
border-color css
<style>
span { border-color: #802C8B; }
span { border-color: rgb(128,44,139); }
td.TdClassName
{
border-color: #802C8B;
}
.TagClassName
{
border-color: #802C8B;
}
</style>