Shades of Blue Violet #801BCD
Tints of Blue Violet #801BCD
RGB
CMYK
RGB Variations
Color information
#801BCD (or 0x801BCD) is known color: Blue Violet. HEX triplet: 80, 1B and CD. RGB value is (128,27,205). Sum of RGB (Red+Green+Blue) = 128+27+205=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #801BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801BCD is #7FE432. Grayscale: #4C4C4C. Windows color (decimal): -8381491 or 13441920. OLE color: 13441920.
HSL color Cylindrical-coordinate representation of color #801BCD: hue angle of 274.04º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801BCD is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 27 | 205 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.20 |
| HSL | 274.05º | 0.77% | 0.45% | - |
| HSV(B) | 274.05º | 0.87% | 0.8% | - |
| XYZ | 20.31 | 9.78 | 58.57 | - |
| YUV | 77.49 | 199.96 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 27 | 205 | 0.38 | 0.87 | 0 | 0.20 | 274.05 | 0.77 | 0.45 |
| Hex | 80 | 1B | CD | 26 | 57 | 0 | 14 | 112 | 4D | 2D |
| Octal | 200 | 33 | 315 | 46 | 127 | 0 | 24 | 422 | 115 | 55 |
| Binary | 10000000 | 11011 | 11001101 | 100110 | 1010111 | 0 | 10100 | 100010010 | 1001101 | 101101 |
Color Harmonies of #801BCD
Complementary color
Monochromatic Colors of #801BCD
Black with #801BCD
Text Example
Text Example
White with #801BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801BCD; }
p { color: rgb(128,27,205); }
H1.HeaderClassName
{
color: #801BCD;
}
.AnyTagClassName
{
color: #801BCD;
}
</style>
background-color css
<style>
a { background-color: #801BCD; }
a { background-color: rgb(128,27,205); }
div.DivClassName
{
background-color: #801BCD;
}
.BgClassName
{
background-color: #801BCD;
}
</style>
border-color css
<style>
span { border-color: #801BCD; }
span { border-color: rgb(128,27,205); }
td.TdClassName
{
border-color: #801BCD;
}
.TagClassName
{
border-color: #801BCD;
}
</style>