Shades of Blue Violet #8044CF
Tints of Blue Violet #8044CF
RGB
CMYK
RGB Variations
Color information
#8044CF (or 0x8044CF) is known color: Blue Violet. HEX triplet: 80, 44 and CF. RGB value is (128,68,207). Sum of RGB (Red+Green+Blue) = 128+68+207=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #8044CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8044CF is #7FBB30. Grayscale: #656565. Windows color (decimal): -8370993 or 13583488. OLE color: 13583488.
HSL color Cylindrical-coordinate representation of color #8044CF: hue angle of 265.9º 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 #8044CF is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 68 | 207 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.19 |
| HSL | 265.9º | 0.59% | 0.54% | - |
| HSV(B) | 265.9º | 0.67% | 0.81% | - |
| XYZ | 22.23 | 13.23 | 60.41 | - |
| YUV | 101.79 | 187.38 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 207 | 0.38 | 0.67 | 0 | 0.19 | 265.9 | 0.59 | 0.54 |
| Hex | 80 | 44 | CF | 26 | 43 | 0 | 13 | 10A | 3B | 36 |
| Octal | 200 | 104 | 317 | 46 | 103 | 0 | 23 | 412 | 73 | 66 |
| Binary | 10000000 | 1000100 | 11001111 | 100110 | 1000011 | 0 | 10011 | 100001010 | 111011 | 110110 |
Color Harmonies of #8044CF
Complementary color
Monochromatic Colors of #8044CF
Black with #8044CF
Text Example
Text Example
White with #8044CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8044CF; }
p { color: rgb(128,68,207); }
H1.HeaderClassName
{
color: #8044CF;
}
.AnyTagClassName
{
color: #8044CF;
}
</style>
background-color css
<style>
a { background-color: #8044CF; }
a { background-color: rgb(128,68,207); }
div.DivClassName
{
background-color: #8044CF;
}
.BgClassName
{
background-color: #8044CF;
}
</style>
border-color css
<style>
span { border-color: #8044CF; }
span { border-color: rgb(128,68,207); }
td.TdClassName
{
border-color: #8044CF;
}
.TagClassName
{
border-color: #8044CF;
}
</style>