Shades of Blue Violet #8030DD
Tints of Blue Violet #8030DD
RGB
CMYK
RGB Variations
Color information
#8030DD (or 0x8030DD) is known color: Blue Violet. HEX triplet: 80, 30 and DD. RGB value is (128,48,221). Sum of RGB (Red+Green+Blue) = 128+48+221=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #8030DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8030DD is #7FCF22. Grayscale: #5B5B5B. Windows color (decimal): -8376099 or 14495872. OLE color: 14495872.
HSL color Cylindrical-coordinate representation of color #8030DD: hue angle of 267.75º degrees, saturation: 0.72, 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 #8030DD is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 48 | 221 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.13 |
| HSL | 267.75º | 0.72% | 0.53% | - |
| HSV(B) | 267.75º | 0.78% | 0.87% | - |
| XYZ | 23.01 | 11.92 | 69.5 | - |
| YUV | 91.64 | 201 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 221 | 0.42 | 0.78 | 0 | 0.13 | 267.75 | 0.72 | 0.53 |
| Hex | 80 | 30 | DD | 2A | 4E | 0 | D | 10C | 48 | 35 |
| Octal | 200 | 60 | 335 | 52 | 116 | 0 | 15 | 414 | 110 | 65 |
| Binary | 10000000 | 110000 | 11011101 | 101010 | 1001110 | 0 | 1101 | 100001100 | 1001000 | 110101 |
Color Harmonies of #8030DD
Complementary color
Monochromatic Colors of #8030DD
Black with #8030DD
Text Example
Text Example
White with #8030DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8030DD; }
p { color: rgb(128,48,221); }
H1.HeaderClassName
{
color: #8030DD;
}
.AnyTagClassName
{
color: #8030DD;
}
</style>
background-color css
<style>
a { background-color: #8030DD; }
a { background-color: rgb(128,48,221); }
div.DivClassName
{
background-color: #8030DD;
}
.BgClassName
{
background-color: #8030DD;
}
</style>
border-color css
<style>
span { border-color: #8030DD; }
span { border-color: rgb(128,48,221); }
td.TdClassName
{
border-color: #8030DD;
}
.TagClassName
{
border-color: #8030DD;
}
</style>