Shades of Blue Violet #801ACE
Tints of Blue Violet #801ACE
RGB
CMYK
RGB Variations
Color information
#801ACE (or 0x801ACE) is known color: Blue Violet. HEX triplet: 80, 1A and CE. RGB value is (128,26,206). Sum of RGB (Red+Green+Blue) = 128+26+206=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #801ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801ACE is #7FE531. Grayscale: #4C4C4C. Windows color (decimal): -8381746 or 13507200. OLE color: 13507200.
HSL color Cylindrical-coordinate representation of color #801ACE: hue angle of 274º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801ACE is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 26 | 206 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.19 |
| HSL | 274º | 0.78% | 0.45% | - |
| HSV(B) | 274º | 0.87% | 0.81% | - |
| XYZ | 20.41 | 9.78 | 59.21 | - |
| YUV | 77.02 | 200.79 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 26 | 206 | 0.38 | 0.87 | 0 | 0.19 | 274 | 0.78 | 0.45 |
| Hex | 80 | 1A | CE | 26 | 57 | 0 | 13 | 112 | 4E | 2D |
| Octal | 200 | 32 | 316 | 46 | 127 | 0 | 23 | 422 | 116 | 55 |
| Binary | 10000000 | 11010 | 11001110 | 100110 | 1010111 | 0 | 10011 | 100010010 | 1001110 | 101101 |
Color Harmonies of #801ACE
Complementary color
Monochromatic Colors of #801ACE
Black with #801ACE
Text Example
Text Example
White with #801ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801ACE; }
p { color: rgb(128,26,206); }
H1.HeaderClassName
{
color: #801ACE;
}
.AnyTagClassName
{
color: #801ACE;
}
</style>
background-color css
<style>
a { background-color: #801ACE; }
a { background-color: rgb(128,26,206); }
div.DivClassName
{
background-color: #801ACE;
}
.BgClassName
{
background-color: #801ACE;
}
</style>
border-color css
<style>
span { border-color: #801ACE; }
span { border-color: rgb(128,26,206); }
td.TdClassName
{
border-color: #801ACE;
}
.TagClassName
{
border-color: #801ACE;
}
</style>