Shades of Blue Violet #8036DF
Tints of Blue Violet #8036DF
RGB
CMYK
RGB Variations
Color information
#8036DF (or 0x8036DF) is known color: Blue Violet. HEX triplet: 80, 36 and DF. RGB value is (128,54,223). Sum of RGB (Red+Green+Blue) = 128+54+223=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #8036DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8036DF is #7FC920. Grayscale: #5E5E5E. Windows color (decimal): -8374561 or 14628480. OLE color: 14628480.
HSL color Cylindrical-coordinate representation of color #8036DF: hue angle of 266.27º 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 #8036DF is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 54 | 223 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.13 |
| HSL | 266.27º | 0.73% | 0.54% | - |
| HSV(B) | 266.27º | 0.76% | 0.87% | - |
| XYZ | 23.54 | 12.56 | 70.99 | - |
| YUV | 95.39 | 200.02 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 223 | 0.43 | 0.76 | 0 | 0.13 | 266.27 | 0.73 | 0.54 |
| Hex | 80 | 36 | DF | 2B | 4C | 0 | D | 10A | 49 | 36 |
| Octal | 200 | 66 | 337 | 53 | 114 | 0 | 15 | 412 | 111 | 66 |
| Binary | 10000000 | 110110 | 11011111 | 101011 | 1001100 | 0 | 1101 | 100001010 | 1001001 | 110110 |
Color Harmonies of #8036DF
Complementary color
Monochromatic Colors of #8036DF
Black with #8036DF
Text Example
Text Example
White with #8036DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8036DF; }
p { color: rgb(128,54,223); }
H1.HeaderClassName
{
color: #8036DF;
}
.AnyTagClassName
{
color: #8036DF;
}
</style>
background-color css
<style>
a { background-color: #8036DF; }
a { background-color: rgb(128,54,223); }
div.DivClassName
{
background-color: #8036DF;
}
.BgClassName
{
background-color: #8036DF;
}
</style>
border-color css
<style>
span { border-color: #8036DF; }
span { border-color: rgb(128,54,223); }
td.TdClassName
{
border-color: #8036DF;
}
.TagClassName
{
border-color: #8036DF;
}
</style>