Shades of Blue Violet #802BCD
Tints of Blue Violet #802BCD
RGB
CMYK
RGB Variations
Color information
#802BCD (or 0x802BCD) is known color: Blue Violet. HEX triplet: 80, 2B and CD. RGB value is (128,43,205). Sum of RGB (Red+Green+Blue) = 128+43+205=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #802BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802BCD is #7FD432. Grayscale: #565656. Windows color (decimal): -8377395 or 13446016. OLE color: 13446016.
HSL color Cylindrical-coordinate representation of color #802BCD: hue angle of 271.48º 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 #802BCD is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 43 | 205 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.20 |
| HSL | 271.48º | 0.65% | 0.49% | - |
| HSV(B) | 271.48º | 0.79% | 0.8% | - |
| XYZ | 20.79 | 10.72 | 58.73 | - |
| YUV | 86.88 | 194.66 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 43 | 205 | 0.38 | 0.79 | 0 | 0.20 | 271.48 | 0.65 | 0.49 |
| Hex | 80 | 2B | CD | 26 | 4F | 0 | 14 | 10F | 41 | 31 |
| Octal | 200 | 53 | 315 | 46 | 117 | 0 | 24 | 417 | 101 | 61 |
| Binary | 10000000 | 101011 | 11001101 | 100110 | 1001111 | 0 | 10100 | 100001111 | 1000001 | 110001 |
Color Harmonies of #802BCD
Complementary color
Monochromatic Colors of #802BCD
Black with #802BCD
Text Example
Text Example
White with #802BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802BCD; }
p { color: rgb(128,43,205); }
H1.HeaderClassName
{
color: #802BCD;
}
.AnyTagClassName
{
color: #802BCD;
}
</style>
background-color css
<style>
a { background-color: #802BCD; }
a { background-color: rgb(128,43,205); }
div.DivClassName
{
background-color: #802BCD;
}
.BgClassName
{
background-color: #802BCD;
}
</style>
border-color css
<style>
span { border-color: #802BCD; }
span { border-color: rgb(128,43,205); }
td.TdClassName
{
border-color: #802BCD;
}
.TagClassName
{
border-color: #802BCD;
}
</style>