Shades of Blue Violet #803CD8
Tints of Blue Violet #803CD8
RGB
CMYK
RGB Variations
Color information
#803CD8 (or 0x803CD8) is known color: Blue Violet. HEX triplet: 80, 3C and D8. RGB value is (128,60,216). Sum of RGB (Red+Green+Blue) = 128+60+216=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 216 (84.77% from 255 or 53.47% from 404); Max value from RGB is 216 - color contains mainly: blue. Hex color #803CD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803CD8 is #7FC327. Grayscale: #616161. Windows color (decimal): -8373032 or 14171264. OLE color: 14171264.
HSL color Cylindrical-coordinate representation of color #803CD8: hue angle of 266.15º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #803CD8 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 60 | 216 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.15 |
| HSL | 266.15º | 0.67% | 0.54% | - |
| HSV(B) | 266.15º | 0.72% | 0.85% | - |
| XYZ | 22.91 | 12.78 | 66.22 | - |
| YUV | 98.12 | 194.53 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 216 | 0.41 | 0.72 | 0 | 0.15 | 266.15 | 0.67 | 0.54 |
| Hex | 80 | 3C | D8 | 29 | 48 | 0 | F | 10A | 43 | 36 |
| Octal | 200 | 74 | 330 | 51 | 110 | 0 | 17 | 412 | 103 | 66 |
| Binary | 10000000 | 111100 | 11011000 | 101001 | 1001000 | 0 | 1111 | 100001010 | 1000011 | 110110 |
Color Harmonies of #803CD8
Complementary color
Monochromatic Colors of #803CD8
Black with #803CD8
Text Example
Text Example
White with #803CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CD8; }
p { color: rgb(128,60,216); }
H1.HeaderClassName
{
color: #803CD8;
}
.AnyTagClassName
{
color: #803CD8;
}
</style>
background-color css
<style>
a { background-color: #803CD8; }
a { background-color: rgb(128,60,216); }
div.DivClassName
{
background-color: #803CD8;
}
.BgClassName
{
background-color: #803CD8;
}
</style>
border-color css
<style>
span { border-color: #803CD8; }
span { border-color: rgb(128,60,216); }
td.TdClassName
{
border-color: #803CD8;
}
.TagClassName
{
border-color: #803CD8;
}
</style>