Shades of Blue Violet #8030DF
Tints of Blue Violet #8030DF
RGB
CMYK
RGB Variations
Color information
#8030DF (or 0x8030DF) is known color: Blue Violet. HEX triplet: 80, 30 and DF. RGB value is (128,48,223). Sum of RGB (Red+Green+Blue) = 128+48+223=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #8030DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8030DF is #7FCF20. Grayscale: #5B5B5B. Windows color (decimal): -8376097 or 14626944. OLE color: 14626944.
HSL color Cylindrical-coordinate representation of color #8030DF: hue angle of 267.43º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8030DF is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 48 | 223 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.13 |
| HSL | 267.43º | 0.73% | 0.53% | - |
| HSV(B) | 267.43º | 0.78% | 0.87% | - |
| XYZ | 23.28 | 12.03 | 70.91 | - |
| YUV | 91.87 | 202 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 223 | 0.43 | 0.78 | 0 | 0.13 | 267.43 | 0.73 | 0.53 |
| Hex | 80 | 30 | DF | 2B | 4E | 0 | D | 10B | 49 | 35 |
| Octal | 200 | 60 | 337 | 53 | 116 | 0 | 15 | 413 | 111 | 65 |
| Binary | 10000000 | 110000 | 11011111 | 101011 | 1001110 | 0 | 1101 | 100001011 | 1001001 | 110101 |
Color Harmonies of #8030DF
Complementary color
Monochromatic Colors of #8030DF
Black with #8030DF
Text Example
Text Example
White with #8030DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8030DF; }
p { color: rgb(128,48,223); }
H1.HeaderClassName
{
color: #8030DF;
}
.AnyTagClassName
{
color: #8030DF;
}
</style>
background-color css
<style>
a { background-color: #8030DF; }
a { background-color: rgb(128,48,223); }
div.DivClassName
{
background-color: #8030DF;
}
.BgClassName
{
background-color: #8030DF;
}
</style>
border-color css
<style>
span { border-color: #8030DF; }
span { border-color: rgb(128,48,223); }
td.TdClassName
{
border-color: #8030DF;
}
.TagClassName
{
border-color: #8030DF;
}
</style>