Shades of Blue Violet #8041CC
Tints of Blue Violet #8041CC
RGB
CMYK
RGB Variations
Color information
#8041CC (or 0x8041CC) is known color: Blue Violet. HEX triplet: 80, 41 and CC. RGB value is (128,65,204). Sum of RGB (Red+Green+Blue) = 128+65+204=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #8041CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8041CC is #7FBE33. Grayscale: #636363. Windows color (decimal): -8371764 or 13386112. OLE color: 13386112.
HSL color Cylindrical-coordinate representation of color #8041CC: hue angle of 267.19º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8041CC is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 65 | 204 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.2 |
| HSL | 267.19º | 0.58% | 0.53% | - |
| HSV(B) | 267.19º | 0.68% | 0.8% | - |
| XYZ | 21.69 | 12.73 | 58.44 | - |
| YUV | 99.68 | 186.87 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 204 | 0.37 | 0.68 | 0 | 0.2 | 267.19 | 0.58 | 0.53 |
| Hex | 80 | 41 | CC | 25 | 44 | 0 | 14 | 10B | 3A | 35 |
| Octal | 200 | 101 | 314 | 45 | 104 | 0 | 24 | 413 | 72 | 65 |
| Binary | 10000000 | 1000001 | 11001100 | 100101 | 1000100 | 0 | 10100 | 100001011 | 111010 | 110101 |
Color Harmonies of #8041CC
Complementary color
Monochromatic Colors of #8041CC
Black with #8041CC
Text Example
Text Example
White with #8041CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8041CC; }
p { color: rgb(128,65,204); }
H1.HeaderClassName
{
color: #8041CC;
}
.AnyTagClassName
{
color: #8041CC;
}
</style>
background-color css
<style>
a { background-color: #8041CC; }
a { background-color: rgb(128,65,204); }
div.DivClassName
{
background-color: #8041CC;
}
.BgClassName
{
background-color: #8041CC;
}
</style>
border-color css
<style>
span { border-color: #8041CC; }
span { border-color: rgb(128,65,204); }
td.TdClassName
{
border-color: #8041CC;
}
.TagClassName
{
border-color: #8041CC;
}
</style>