Shades of Blue Violet #8027DF
Tints of Blue Violet #8027DF
RGB
CMYK
RGB Variations
Color information
#8027DF (or 0x8027DF) is known color: Blue Violet. HEX triplet: 80, 27 and DF. RGB value is (128,39,223). Sum of RGB (Red+Green+Blue) = 128+39+223=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #8027DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8027DF is #7FD820. Grayscale: #555555. Windows color (decimal): -8378401 or 14624640. OLE color: 14624640.
HSL color Cylindrical-coordinate representation of color #8027DF: hue angle of 269.02º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8027DF is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 39 | 223 | - |
| CMYK | 0.43 | 0.83 | 0 | 0.13 |
| HSL | 269.02º | 0.74% | 0.51% | - |
| HSV(B) | 269.02º | 0.83% | 0.87% | - |
| XYZ | 22.95 | 11.37 | 70.8 | - |
| YUV | 86.59 | 204.99 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 39 | 223 | 0.43 | 0.83 | 0 | 0.13 | 269.02 | 0.74 | 0.51 |
| Hex | 80 | 27 | DF | 2B | 53 | 0 | D | 10D | 4A | 33 |
| Octal | 200 | 47 | 337 | 53 | 123 | 0 | 15 | 415 | 112 | 63 |
| Binary | 10000000 | 100111 | 11011111 | 101011 | 1010011 | 0 | 1101 | 100001101 | 1001010 | 110011 |
Color Harmonies of #8027DF
Complementary color
Monochromatic Colors of #8027DF
Black with #8027DF
Text Example
Text Example
White with #8027DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8027DF; }
p { color: rgb(128,39,223); }
H1.HeaderClassName
{
color: #8027DF;
}
.AnyTagClassName
{
color: #8027DF;
}
</style>
background-color css
<style>
a { background-color: #8027DF; }
a { background-color: rgb(128,39,223); }
div.DivClassName
{
background-color: #8027DF;
}
.BgClassName
{
background-color: #8027DF;
}
</style>
border-color css
<style>
span { border-color: #8027DF; }
span { border-color: rgb(128,39,223); }
td.TdClassName
{
border-color: #8027DF;
}
.TagClassName
{
border-color: #8027DF;
}
</style>