Shades of Blue Violet #803CCE
Tints of Blue Violet #803CCE
RGB
CMYK
RGB Variations
Color information
#803CCE (or 0x803CCE) is known color: Blue Violet. HEX triplet: 80, 3C and CE. RGB value is (128,60,206). Sum of RGB (Red+Green+Blue) = 128+60+206=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #803CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803CCE is #7FC331. Grayscale: #606060. Windows color (decimal): -8373042 or 13515904. OLE color: 13515904.
HSL color Cylindrical-coordinate representation of color #803CCE: hue angle of 267.95º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #803CCE is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 60 | 206 | - |
| CMYK | 0.38 | 0.71 | 0 | 0.19 |
| HSL | 267.95º | 0.6% | 0.52% | - |
| HSV(B) | 267.95º | 0.71% | 0.81% | - |
| XYZ | 21.66 | 12.28 | 59.62 | - |
| YUV | 96.98 | 189.53 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 206 | 0.38 | 0.71 | 0 | 0.19 | 267.95 | 0.6 | 0.52 |
| Hex | 80 | 3C | CE | 26 | 47 | 0 | 13 | 10C | 3C | 34 |
| Octal | 200 | 74 | 316 | 46 | 107 | 0 | 23 | 414 | 74 | 64 |
| Binary | 10000000 | 111100 | 11001110 | 100110 | 1000111 | 0 | 10011 | 100001100 | 111100 | 110100 |
Color Harmonies of #803CCE
Complementary color
Monochromatic Colors of #803CCE
Black with #803CCE
Text Example
Text Example
White with #803CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CCE; }
p { color: rgb(128,60,206); }
H1.HeaderClassName
{
color: #803CCE;
}
.AnyTagClassName
{
color: #803CCE;
}
</style>
background-color css
<style>
a { background-color: #803CCE; }
a { background-color: rgb(128,60,206); }
div.DivClassName
{
background-color: #803CCE;
}
.BgClassName
{
background-color: #803CCE;
}
</style>
border-color css
<style>
span { border-color: #803CCE; }
span { border-color: rgb(128,60,206); }
td.TdClassName
{
border-color: #803CCE;
}
.TagClassName
{
border-color: #803CCE;
}
</style>