Shades of Blue Violet #802CCD
Tints of Blue Violet #802CCD
RGB
CMYK
RGB Variations
Color information
#802CCD (or 0x802CCD) is known color: Blue Violet. HEX triplet: 80, 2C and CD. RGB value is (128,44,205). Sum of RGB (Red+Green+Blue) = 128+44+205=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #802CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802CCD is #7FD332. Grayscale: #565656. Windows color (decimal): -8377139 or 13446272. OLE color: 13446272.
HSL color Cylindrical-coordinate representation of color #802CCD: hue angle of 271.3º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #802CCD is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 44 | 205 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.20 |
| HSL | 271.3º | 0.65% | 0.49% | - |
| HSV(B) | 271.3º | 0.79% | 0.8% | - |
| XYZ | 20.82 | 10.8 | 58.74 | - |
| YUV | 87.47 | 194.33 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 205 | 0.38 | 0.79 | 0 | 0.20 | 271.3 | 0.65 | 0.49 |
| Hex | 80 | 2C | CD | 26 | 4F | 0 | 14 | 10F | 41 | 31 |
| Octal | 200 | 54 | 315 | 46 | 117 | 0 | 24 | 417 | 101 | 61 |
| Binary | 10000000 | 101100 | 11001101 | 100110 | 1001111 | 0 | 10100 | 100001111 | 1000001 | 110001 |
Color Harmonies of #802CCD
Complementary color
Monochromatic Colors of #802CCD
Black with #802CCD
Text Example
Text Example
White with #802CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802CCD; }
p { color: rgb(128,44,205); }
H1.HeaderClassName
{
color: #802CCD;
}
.AnyTagClassName
{
color: #802CCD;
}
</style>
background-color css
<style>
a { background-color: #802CCD; }
a { background-color: rgb(128,44,205); }
div.DivClassName
{
background-color: #802CCD;
}
.BgClassName
{
background-color: #802CCD;
}
</style>
border-color css
<style>
span { border-color: #802CCD; }
span { border-color: rgb(128,44,205); }
td.TdClassName
{
border-color: #802CCD;
}
.TagClassName
{
border-color: #802CCD;
}
</style>