Shades of Blue Violet #8044CB
Tints of Blue Violet #8044CB
RGB
CMYK
RGB Variations
Color information
#8044CB (or 0x8044CB) is known color: Blue Violet. HEX triplet: 80, 44 and CB. RGB value is (128,68,203). Sum of RGB (Red+Green+Blue) = 128+68+203=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #8044CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8044CB is #7FBB34. Grayscale: #646464. Windows color (decimal): -8370997 or 13321344. OLE color: 13321344.
HSL color Cylindrical-coordinate representation of color #8044CB: hue angle of 266.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8044CB is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 68 | 203 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.20 |
| HSL | 266.67º | 0.56% | 0.53% | - |
| HSV(B) | 266.67º | 0.67% | 0.8% | - |
| XYZ | 21.75 | 13.04 | 57.87 | - |
| YUV | 101.33 | 185.38 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 203 | 0.37 | 0.67 | 0 | 0.20 | 266.67 | 0.56 | 0.53 |
| Hex | 80 | 44 | CB | 25 | 43 | 0 | 14 | 10B | 38 | 35 |
| Octal | 200 | 104 | 313 | 45 | 103 | 0 | 24 | 413 | 70 | 65 |
| Binary | 10000000 | 1000100 | 11001011 | 100101 | 1000011 | 0 | 10100 | 100001011 | 111000 | 110101 |
Color Harmonies of #8044CB
Complementary color
Monochromatic Colors of #8044CB
Black with #8044CB
Text Example
Text Example
White with #8044CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8044CB; }
p { color: rgb(128,68,203); }
H1.HeaderClassName
{
color: #8044CB;
}
.AnyTagClassName
{
color: #8044CB;
}
</style>
background-color css
<style>
a { background-color: #8044CB; }
a { background-color: rgb(128,68,203); }
div.DivClassName
{
background-color: #8044CB;
}
.BgClassName
{
background-color: #8044CB;
}
</style>
border-color css
<style>
span { border-color: #8044CB; }
span { border-color: rgb(128,68,203); }
td.TdClassName
{
border-color: #8044CB;
}
.TagClassName
{
border-color: #8044CB;
}
</style>