Shades of Blue Violet #8045CF
Tints of Blue Violet #8045CF
RGB
CMYK
RGB Variations
Color information
#8045CF (or 0x8045CF) is known color: Blue Violet. HEX triplet: 80, 45 and CF. RGB value is (128,69,207). Sum of RGB (Red+Green+Blue) = 128+69+207=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #8045CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8045CF is #7FBA30. Grayscale: #656565. Windows color (decimal): -8370737 or 13583744. OLE color: 13583744.
HSL color Cylindrical-coordinate representation of color #8045CF: hue angle of 265.65º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8045CF is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 69 | 207 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.19 |
| HSL | 265.65º | 0.59% | 0.54% | - |
| HSV(B) | 265.65º | 0.67% | 0.81% | - |
| XYZ | 22.29 | 13.35 | 60.43 | - |
| YUV | 102.37 | 187.05 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 207 | 0.38 | 0.67 | 0 | 0.19 | 265.65 | 0.59 | 0.54 |
| Hex | 80 | 45 | CF | 26 | 43 | 0 | 13 | 10A | 3B | 36 |
| Octal | 200 | 105 | 317 | 46 | 103 | 0 | 23 | 412 | 73 | 66 |
| Binary | 10000000 | 1000101 | 11001111 | 100110 | 1000011 | 0 | 10011 | 100001010 | 111011 | 110110 |
Color Harmonies of #8045CF
Complementary color
Monochromatic Colors of #8045CF
Black with #8045CF
Text Example
Text Example
White with #8045CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8045CF; }
p { color: rgb(128,69,207); }
H1.HeaderClassName
{
color: #8045CF;
}
.AnyTagClassName
{
color: #8045CF;
}
</style>
background-color css
<style>
a { background-color: #8045CF; }
a { background-color: rgb(128,69,207); }
div.DivClassName
{
background-color: #8045CF;
}
.BgClassName
{
background-color: #8045CF;
}
</style>
border-color css
<style>
span { border-color: #8045CF; }
span { border-color: rgb(128,69,207); }
td.TdClassName
{
border-color: #8045CF;
}
.TagClassName
{
border-color: #8045CF;
}
</style>