Shades of Blue Violet #803CCC
Tints of Blue Violet #803CCC
RGB
CMYK
RGB Variations
Color information
#803CCC (or 0x803CCC) is known color: Blue Violet. HEX triplet: 80, 3C and CC. RGB value is (128,60,204). Sum of RGB (Red+Green+Blue) = 128+60+204=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #803CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803CCC is #7FC333. Grayscale: #606060. Windows color (decimal): -8373044 or 13384832. OLE color: 13384832.
HSL color Cylindrical-coordinate representation of color #803CCC: hue angle of 268.33º 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 #803CCC is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 60 | 204 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.2 |
| HSL | 268.33º | 0.59% | 0.52% | - |
| HSV(B) | 268.33º | 0.71% | 0.8% | - |
| XYZ | 21.42 | 12.18 | 58.35 | - |
| YUV | 96.75 | 188.53 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 204 | 0.37 | 0.71 | 0 | 0.2 | 268.33 | 0.59 | 0.52 |
| Hex | 80 | 3C | CC | 25 | 47 | 0 | 14 | 10C | 3B | 34 |
| Octal | 200 | 74 | 314 | 45 | 107 | 0 | 24 | 414 | 73 | 64 |
| Binary | 10000000 | 111100 | 11001100 | 100101 | 1000111 | 0 | 10100 | 100001100 | 111011 | 110100 |
Color Harmonies of #803CCC
Complementary color
Monochromatic Colors of #803CCC
Black with #803CCC
Text Example
Text Example
White with #803CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CCC; }
p { color: rgb(128,60,204); }
H1.HeaderClassName
{
color: #803CCC;
}
.AnyTagClassName
{
color: #803CCC;
}
</style>
background-color css
<style>
a { background-color: #803CCC; }
a { background-color: rgb(128,60,204); }
div.DivClassName
{
background-color: #803CCC;
}
.BgClassName
{
background-color: #803CCC;
}
</style>
border-color css
<style>
span { border-color: #803CCC; }
span { border-color: rgb(128,60,204); }
td.TdClassName
{
border-color: #803CCC;
}
.TagClassName
{
border-color: #803CCC;
}
</style>