Shades of Blue Violet #8041CB
Tints of Blue Violet #8041CB
RGB
CMYK
RGB Variations
Color information
#8041CB (or 0x8041CB) is known color: Blue Violet. HEX triplet: 80, 41 and CB. RGB value is (128,65,203). Sum of RGB (Red+Green+Blue) = 128+65+203=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #8041CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8041CB is #7FBE34. Grayscale: #636363. Windows color (decimal): -8371765 or 13320576. OLE color: 13320576.
HSL color Cylindrical-coordinate representation of color #8041CB: hue angle of 267.39º degrees, saturation: 0.57, 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 #8041CB is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 65 | 203 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.20 |
| HSL | 267.39º | 0.57% | 0.53% | - |
| HSV(B) | 267.39º | 0.68% | 0.8% | - |
| XYZ | 21.57 | 12.68 | 57.81 | - |
| YUV | 99.57 | 186.37 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 203 | 0.37 | 0.68 | 0 | 0.20 | 267.39 | 0.57 | 0.53 |
| Hex | 80 | 41 | CB | 25 | 44 | 0 | 14 | 10B | 39 | 35 |
| Octal | 200 | 101 | 313 | 45 | 104 | 0 | 24 | 413 | 71 | 65 |
| Binary | 10000000 | 1000001 | 11001011 | 100101 | 1000100 | 0 | 10100 | 100001011 | 111001 | 110101 |
Color Harmonies of #8041CB
Complementary color
Monochromatic Colors of #8041CB
Black with #8041CB
Text Example
Text Example
White with #8041CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8041CB; }
p { color: rgb(128,65,203); }
H1.HeaderClassName
{
color: #8041CB;
}
.AnyTagClassName
{
color: #8041CB;
}
</style>
background-color css
<style>
a { background-color: #8041CB; }
a { background-color: rgb(128,65,203); }
div.DivClassName
{
background-color: #8041CB;
}
.BgClassName
{
background-color: #8041CB;
}
</style>
border-color css
<style>
span { border-color: #8041CB; }
span { border-color: rgb(128,65,203); }
td.TdClassName
{
border-color: #8041CB;
}
.TagClassName
{
border-color: #8041CB;
}
</style>