Shades of Blue Violet #8045CC
Tints of Blue Violet #8045CC
RGB
CMYK
RGB Variations
Color information
#8045CC (or 0x8045CC) is known color: Blue Violet. HEX triplet: 80, 45 and CC. RGB value is (128,69,204). Sum of RGB (Red+Green+Blue) = 128+69+204=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #8045CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8045CC is #7FBA33. Grayscale: #656565. Windows color (decimal): -8370740 or 13387136. OLE color: 13387136.
HSL color Cylindrical-coordinate representation of color #8045CC: hue angle of 266.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8045CC is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 69 | 204 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.2 |
| HSL | 266.22º | 0.57% | 0.54% | - |
| HSV(B) | 266.22º | 0.66% | 0.8% | - |
| XYZ | 21.93 | 13.21 | 58.52 | - |
| YUV | 102.03 | 185.55 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 204 | 0.37 | 0.66 | 0 | 0.2 | 266.22 | 0.57 | 0.54 |
| Hex | 80 | 45 | CC | 25 | 42 | 0 | 14 | 10A | 39 | 36 |
| Octal | 200 | 105 | 314 | 45 | 102 | 0 | 24 | 412 | 71 | 66 |
| Binary | 10000000 | 1000101 | 11001100 | 100101 | 1000010 | 0 | 10100 | 100001010 | 111001 | 110110 |
Color Harmonies of #8045CC
Complementary color
Monochromatic Colors of #8045CC
Black with #8045CC
Text Example
Text Example
White with #8045CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8045CC; }
p { color: rgb(128,69,204); }
H1.HeaderClassName
{
color: #8045CC;
}
.AnyTagClassName
{
color: #8045CC;
}
</style>
background-color css
<style>
a { background-color: #8045CC; }
a { background-color: rgb(128,69,204); }
div.DivClassName
{
background-color: #8045CC;
}
.BgClassName
{
background-color: #8045CC;
}
</style>
border-color css
<style>
span { border-color: #8045CC; }
span { border-color: rgb(128,69,204); }
td.TdClassName
{
border-color: #8045CC;
}
.TagClassName
{
border-color: #8045CC;
}
</style>