Shades of Blue Violet #803CCD
Tints of Blue Violet #803CCD
RGB
CMYK
RGB Variations
Color information
#803CCD (or 0x803CCD) is known color: Blue Violet. HEX triplet: 80, 3C and CD. RGB value is (128,60,205). Sum of RGB (Red+Green+Blue) = 128+60+205=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #803CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803CCD is #7FC332. Grayscale: #606060. Windows color (decimal): -8373043 or 13450368. OLE color: 13450368.
HSL color Cylindrical-coordinate representation of color #803CCD: hue angle of 268.14º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #803CCD is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 60 | 205 | - |
| CMYK | 0.38 | 0.71 | 0 | 0.20 |
| HSL | 268.14º | 0.59% | 0.52% | - |
| HSV(B) | 268.14º | 0.71% | 0.8% | - |
| XYZ | 21.54 | 12.23 | 58.98 | - |
| YUV | 96.86 | 189.03 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 205 | 0.38 | 0.71 | 0 | 0.20 | 268.14 | 0.59 | 0.52 |
| Hex | 80 | 3C | CD | 26 | 47 | 0 | 14 | 10C | 3B | 34 |
| Octal | 200 | 74 | 315 | 46 | 107 | 0 | 24 | 414 | 73 | 64 |
| Binary | 10000000 | 111100 | 11001101 | 100110 | 1000111 | 0 | 10100 | 100001100 | 111011 | 110100 |
Color Harmonies of #803CCD
Complementary color
Monochromatic Colors of #803CCD
Black with #803CCD
Text Example
Text Example
White with #803CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CCD; }
p { color: rgb(128,60,205); }
H1.HeaderClassName
{
color: #803CCD;
}
.AnyTagClassName
{
color: #803CCD;
}
</style>
background-color css
<style>
a { background-color: #803CCD; }
a { background-color: rgb(128,60,205); }
div.DivClassName
{
background-color: #803CCD;
}
.BgClassName
{
background-color: #803CCD;
}
</style>
border-color css
<style>
span { border-color: #803CCD; }
span { border-color: rgb(128,60,205); }
td.TdClassName
{
border-color: #803CCD;
}
.TagClassName
{
border-color: #803CCD;
}
</style>