Shades of Vivid Violet #802CAC
Tints of Vivid Violet #802CAC
RGB
CMYK
RGB Variations
Color information
#802CAC (or 0x802CAC) is known color: Vivid Violet. HEX triplet: 80, 2C and AC. RGB value is (128,44,172). Sum of RGB (Red+Green+Blue) = 128+44+172=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #802CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802CAC is #7FD353. Grayscale: #535353. Windows color (decimal): -8377172 or 11283584. OLE color: 11283584.
HSL color Cylindrical-coordinate representation of color #802CAC: hue angle of 279.38º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802CAC is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 44 | 172 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.33 |
| HSL | 279.38º | 0.59% | 0.42% | - |
| HSV(B) | 279.38º | 0.74% | 0.67% | - |
| XYZ | 17.25 | 9.37 | 39.93 | - |
| YUV | 83.71 | 177.83 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 172 | 0.26 | 0.74 | 0 | 0.33 | 279.38 | 0.59 | 0.42 |
| Hex | 80 | 2C | AC | 1A | 4A | 0 | 21 | 117 | 3B | 2A |
| Octal | 200 | 54 | 254 | 32 | 112 | 0 | 41 | 427 | 73 | 52 |
| Binary | 10000000 | 101100 | 10101100 | 11010 | 1001010 | 0 | 100001 | 100010111 | 111011 | 101010 |
Color Harmonies of #802CAC
Complementary color
Monochromatic Colors of #802CAC
Black with #802CAC
Text Example
Text Example
White with #802CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802CAC; }
p { color: rgb(128,44,172); }
H1.HeaderClassName
{
color: #802CAC;
}
.AnyTagClassName
{
color: #802CAC;
}
</style>
background-color css
<style>
a { background-color: #802CAC; }
a { background-color: rgb(128,44,172); }
div.DivClassName
{
background-color: #802CAC;
}
.BgClassName
{
background-color: #802CAC;
}
</style>
border-color css
<style>
span { border-color: #802CAC; }
span { border-color: rgb(128,44,172); }
td.TdClassName
{
border-color: #802CAC;
}
.TagClassName
{
border-color: #802CAC;
}
</style>