Shades of Vivid Violet #802F9C
Tints of Vivid Violet #802F9C
RGB
CMYK
RGB Variations
Color information
#802F9C (or 0x802F9C) is known color: Vivid Violet. HEX triplet: 80, 2F and 9C. RGB value is (128,47,156). Sum of RGB (Red+Green+Blue) = 128+47+156=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #802F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802F9C is #7FD063. Grayscale: #535353. Windows color (decimal): -8376420 or 10235776. OLE color: 10235776.
HSL color Cylindrical-coordinate representation of color #802F9C: hue angle of 284.59º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #802F9C is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 47 | 156 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.39 |
| HSL | 284.59º | 0.54% | 0.4% | - |
| HSV(B) | 284.59º | 0.7% | 0.61% | - |
| XYZ | 15.92 | 9.02 | 32.35 | - |
| YUV | 83.65 | 168.84 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 47 | 156 | 0.18 | 0.70 | 0 | 0.39 | 284.59 | 0.54 | 0.4 |
| Hex | 80 | 2F | 9C | 12 | 46 | 0 | 27 | 11D | 36 | 28 |
| Octal | 200 | 57 | 234 | 22 | 106 | 0 | 47 | 435 | 66 | 50 |
| Binary | 10000000 | 101111 | 10011100 | 10010 | 1000110 | 0 | 100111 | 100011101 | 110110 | 101000 |
Color Harmonies of #802F9C
Complementary color
Monochromatic Colors of #802F9C
Black with #802F9C
Text Example
Text Example
White with #802F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802F9C; }
p { color: rgb(128,47,156); }
H1.HeaderClassName
{
color: #802F9C;
}
.AnyTagClassName
{
color: #802F9C;
}
</style>
background-color css
<style>
a { background-color: #802F9C; }
a { background-color: rgb(128,47,156); }
div.DivClassName
{
background-color: #802F9C;
}
.BgClassName
{
background-color: #802F9C;
}
</style>
border-color css
<style>
span { border-color: #802F9C; }
span { border-color: rgb(128,47,156); }
td.TdClassName
{
border-color: #802F9C;
}
.TagClassName
{
border-color: #802F9C;
}
</style>