Shades of Blue Violet #801CCD
Tints of Blue Violet #801CCD
RGB
CMYK
RGB Variations
Color information
#801CCD (or 0x801CCD) is known color: Blue Violet. HEX triplet: 80, 1C and CD. RGB value is (128,28,205). Sum of RGB (Red+Green+Blue) = 128+28+205=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #801CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801CCD is #7FE332. Grayscale: #4D4D4D. Windows color (decimal): -8381235 or 13442176. OLE color: 13442176.
HSL color Cylindrical-coordinate representation of color #801CCD: hue angle of 273.9º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801CCD is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 28 | 205 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.20 |
| HSL | 273.9º | 0.76% | 0.46% | - |
| HSV(B) | 273.9º | 0.86% | 0.8% | - |
| XYZ | 20.34 | 9.83 | 58.58 | - |
| YUV | 78.08 | 199.63 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 28 | 205 | 0.38 | 0.86 | 0 | 0.20 | 273.9 | 0.76 | 0.46 |
| Hex | 80 | 1C | CD | 26 | 56 | 0 | 14 | 112 | 4C | 2E |
| Octal | 200 | 34 | 315 | 46 | 126 | 0 | 24 | 422 | 114 | 56 |
| Binary | 10000000 | 11100 | 11001101 | 100110 | 1010110 | 0 | 10100 | 100010010 | 1001100 | 101110 |
Color Harmonies of #801CCD
Complementary color
Monochromatic Colors of #801CCD
Black with #801CCD
Text Example
Text Example
White with #801CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801CCD; }
p { color: rgb(128,28,205); }
H1.HeaderClassName
{
color: #801CCD;
}
.AnyTagClassName
{
color: #801CCD;
}
</style>
background-color css
<style>
a { background-color: #801CCD; }
a { background-color: rgb(128,28,205); }
div.DivClassName
{
background-color: #801CCD;
}
.BgClassName
{
background-color: #801CCD;
}
</style>
border-color css
<style>
span { border-color: #801CCD; }
span { border-color: rgb(128,28,205); }
td.TdClassName
{
border-color: #801CCD;
}
.TagClassName
{
border-color: #801CCD;
}
</style>