Shades of Blue Violet #802ACC
Tints of Blue Violet #802ACC
RGB
CMYK
RGB Variations
Color information
#802ACC (or 0x802ACC) is known color: Blue Violet. HEX triplet: 80, 2A and CC. RGB value is (128,42,204). Sum of RGB (Red+Green+Blue) = 128+42+204=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #802ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802ACC is #7FD533. Grayscale: #555555. Windows color (decimal): -8377652 or 13380224. OLE color: 13380224.
HSL color Cylindrical-coordinate representation of color #802ACC: hue angle of 271.85º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #802ACC is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 42 | 204 | - |
| CMYK | 0.37 | 0.79 | 0 | 0.2 |
| HSL | 271.85º | 0.66% | 0.48% | - |
| HSV(B) | 271.85º | 0.79% | 0.8% | - |
| XYZ | 20.63 | 10.6 | 58.09 | - |
| YUV | 86.18 | 194.49 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 204 | 0.37 | 0.79 | 0 | 0.2 | 271.85 | 0.66 | 0.48 |
| Hex | 80 | 2A | CC | 25 | 4F | 0 | 14 | 110 | 42 | 30 |
| Octal | 200 | 52 | 314 | 45 | 117 | 0 | 24 | 420 | 102 | 60 |
| Binary | 10000000 | 101010 | 11001100 | 100101 | 1001111 | 0 | 10100 | 100010000 | 1000010 | 110000 |
Color Harmonies of #802ACC
Complementary color
Monochromatic Colors of #802ACC
Black with #802ACC
Text Example
Text Example
White with #802ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802ACC; }
p { color: rgb(128,42,204); }
H1.HeaderClassName
{
color: #802ACC;
}
.AnyTagClassName
{
color: #802ACC;
}
</style>
background-color css
<style>
a { background-color: #802ACC; }
a { background-color: rgb(128,42,204); }
div.DivClassName
{
background-color: #802ACC;
}
.BgClassName
{
background-color: #802ACC;
}
</style>
border-color css
<style>
span { border-color: #802ACC; }
span { border-color: rgb(128,42,204); }
td.TdClassName
{
border-color: #802ACC;
}
.TagClassName
{
border-color: #802ACC;
}
</style>