Shades of Vivid Violet #802FAC
Tints of Vivid Violet #802FAC
RGB
CMYK
RGB Variations
Color information
#802FAC (or 0x802FAC) is known color: Vivid Violet. HEX triplet: 80, 2F and AC. RGB value is (128,47,172). Sum of RGB (Red+Green+Blue) = 128+47+172=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #802FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802FAC is #7FD053. Grayscale: #555555. Windows color (decimal): -8376404 or 11284352. OLE color: 11284352.
HSL color Cylindrical-coordinate representation of color #802FAC: hue angle of 278.88º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802FAC is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 47 | 172 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.33 |
| HSL | 278.88º | 0.57% | 0.43% | - |
| HSV(B) | 278.88º | 0.73% | 0.67% | - |
| XYZ | 17.37 | 9.6 | 39.97 | - |
| YUV | 85.47 | 176.84 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 47 | 172 | 0.26 | 0.73 | 0 | 0.33 | 278.88 | 0.57 | 0.43 |
| Hex | 80 | 2F | AC | 1A | 49 | 0 | 21 | 117 | 39 | 2B |
| Octal | 200 | 57 | 254 | 32 | 111 | 0 | 41 | 427 | 71 | 53 |
| Binary | 10000000 | 101111 | 10101100 | 11010 | 1001001 | 0 | 100001 | 100010111 | 111001 | 101011 |
Color Harmonies of #802FAC
Complementary color
Monochromatic Colors of #802FAC
Black with #802FAC
Text Example
Text Example
White with #802FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802FAC; }
p { color: rgb(128,47,172); }
H1.HeaderClassName
{
color: #802FAC;
}
.AnyTagClassName
{
color: #802FAC;
}
</style>
background-color css
<style>
a { background-color: #802FAC; }
a { background-color: rgb(128,47,172); }
div.DivClassName
{
background-color: #802FAC;
}
.BgClassName
{
background-color: #802FAC;
}
</style>
border-color css
<style>
span { border-color: #802FAC; }
span { border-color: rgb(128,47,172); }
td.TdClassName
{
border-color: #802FAC;
}
.TagClassName
{
border-color: #802FAC;
}
</style>