Shades of Blue Violet #802ACE
Tints of Blue Violet #802ACE
RGB
CMYK
RGB Variations
Color information
#802ACE (or 0x802ACE) is known color: Blue Violet. HEX triplet: 80, 2A and CE. RGB value is (128,42,206). Sum of RGB (Red+Green+Blue) = 128+42+206=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #802ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802ACE is #7FD531. Grayscale: #555555. Windows color (decimal): -8377650 or 13511296. OLE color: 13511296.
HSL color Cylindrical-coordinate representation of color #802ACE: hue angle of 271.46º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #802ACE is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 42 | 206 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.19 |
| HSL | 271.46º | 0.66% | 0.49% | - |
| HSV(B) | 271.46º | 0.8% | 0.81% | - |
| XYZ | 20.87 | 10.7 | 59.36 | - |
| YUV | 86.41 | 195.49 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 206 | 0.38 | 0.80 | 0 | 0.19 | 271.46 | 0.66 | 0.49 |
| Hex | 80 | 2A | CE | 26 | 50 | 0 | 13 | 10F | 42 | 31 |
| Octal | 200 | 52 | 316 | 46 | 120 | 0 | 23 | 417 | 102 | 61 |
| Binary | 10000000 | 101010 | 11001110 | 100110 | 1010000 | 0 | 10011 | 100001111 | 1000010 | 110001 |
Color Harmonies of #802ACE
Complementary color
Monochromatic Colors of #802ACE
Black with #802ACE
Text Example
Text Example
White with #802ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802ACE; }
p { color: rgb(128,42,206); }
H1.HeaderClassName
{
color: #802ACE;
}
.AnyTagClassName
{
color: #802ACE;
}
</style>
background-color css
<style>
a { background-color: #802ACE; }
a { background-color: rgb(128,42,206); }
div.DivClassName
{
background-color: #802ACE;
}
.BgClassName
{
background-color: #802ACE;
}
</style>
border-color css
<style>
span { border-color: #802ACE; }
span { border-color: rgb(128,42,206); }
td.TdClassName
{
border-color: #802ACE;
}
.TagClassName
{
border-color: #802ACE;
}
</style>