Shades of Blue Violet #8035DF
Tints of Blue Violet #8035DF
RGB
CMYK
RGB Variations
Color information
#8035DF (or 0x8035DF) is known color: Blue Violet. HEX triplet: 80, 35 and DF. RGB value is (128,53,223). Sum of RGB (Red+Green+Blue) = 128+53+223=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #8035DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8035DF is #7FCA20. Grayscale: #5E5E5E. Windows color (decimal): -8374817 or 14628224. OLE color: 14628224.
HSL color Cylindrical-coordinate representation of color #8035DF: hue angle of 266.47º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8035DF is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 53 | 223 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.13 |
| HSL | 266.47º | 0.73% | 0.54% | - |
| HSV(B) | 266.47º | 0.76% | 0.87% | - |
| XYZ | 23.49 | 12.46 | 70.98 | - |
| YUV | 94.81 | 200.35 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 223 | 0.43 | 0.76 | 0 | 0.13 | 266.47 | 0.73 | 0.54 |
| Hex | 80 | 35 | DF | 2B | 4C | 0 | D | 10A | 49 | 36 |
| Octal | 200 | 65 | 337 | 53 | 114 | 0 | 15 | 412 | 111 | 66 |
| Binary | 10000000 | 110101 | 11011111 | 101011 | 1001100 | 0 | 1101 | 100001010 | 1001001 | 110110 |
Color Harmonies of #8035DF
Complementary color
Monochromatic Colors of #8035DF
Black with #8035DF
Text Example
Text Example
White with #8035DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8035DF; }
p { color: rgb(128,53,223); }
H1.HeaderClassName
{
color: #8035DF;
}
.AnyTagClassName
{
color: #8035DF;
}
</style>
background-color css
<style>
a { background-color: #8035DF; }
a { background-color: rgb(128,53,223); }
div.DivClassName
{
background-color: #8035DF;
}
.BgClassName
{
background-color: #8035DF;
}
</style>
border-color css
<style>
span { border-color: #8035DF; }
span { border-color: rgb(128,53,223); }
td.TdClassName
{
border-color: #8035DF;
}
.TagClassName
{
border-color: #8035DF;
}
</style>