Shades of Blue Violet #8045CB
Tints of Blue Violet #8045CB
RGB
CMYK
RGB Variations
Color information
#8045CB (or 0x8045CB) is known color: Blue Violet. HEX triplet: 80, 45 and CB. RGB value is (128,69,203). Sum of RGB (Red+Green+Blue) = 128+69+203=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #8045CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8045CB is #7FBA34. Grayscale: #656565. Windows color (decimal): -8370741 or 13321600. OLE color: 13321600.
HSL color Cylindrical-coordinate representation of color #8045CB: hue angle of 266.42º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8045CB is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 69 | 203 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.20 |
| HSL | 266.42º | 0.56% | 0.53% | - |
| HSV(B) | 266.42º | 0.66% | 0.8% | - |
| XYZ | 21.81 | 13.16 | 57.89 | - |
| YUV | 101.92 | 185.05 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 203 | 0.37 | 0.66 | 0 | 0.20 | 266.42 | 0.56 | 0.53 |
| Hex | 80 | 45 | CB | 25 | 42 | 0 | 14 | 10A | 38 | 35 |
| Octal | 200 | 105 | 313 | 45 | 102 | 0 | 24 | 412 | 70 | 65 |
| Binary | 10000000 | 1000101 | 11001011 | 100101 | 1000010 | 0 | 10100 | 100001010 | 111000 | 110101 |
Color Harmonies of #8045CB
Complementary color
Monochromatic Colors of #8045CB
Black with #8045CB
Text Example
Text Example
White with #8045CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8045CB; }
p { color: rgb(128,69,203); }
H1.HeaderClassName
{
color: #8045CB;
}
.AnyTagClassName
{
color: #8045CB;
}
</style>
background-color css
<style>
a { background-color: #8045CB; }
a { background-color: rgb(128,69,203); }
div.DivClassName
{
background-color: #8045CB;
}
.BgClassName
{
background-color: #8045CB;
}
</style>
border-color css
<style>
span { border-color: #8045CB; }
span { border-color: rgb(128,69,203); }
td.TdClassName
{
border-color: #8045CB;
}
.TagClassName
{
border-color: #8045CB;
}
</style>