Shades of Blue Violet #8030D0
Tints of Blue Violet #8030D0
RGB
CMYK
RGB Variations
Color information
#8030D0 (or 0x8030D0) is known color: Blue Violet. HEX triplet: 80, 30 and D0. RGB value is (128,48,208). Sum of RGB (Red+Green+Blue) = 128+48+208=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 208 (81.64% from 255 or 54.17% from 384); Max value from RGB is 208 - color contains mainly: blue. Hex color #8030D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8030D0 is #7FCF2F. Grayscale: #595959. Windows color (decimal): -8376112 or 13643904. OLE color: 13643904.
HSL color Cylindrical-coordinate representation of color #8030D0: hue angle of 270º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8030D0 is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 48 | 208 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.18 |
| HSL | 270º | 0.63% | 0.5% | - |
| HSV(B) | 270º | 0.77% | 0.82% | - |
| XYZ | 21.34 | 11.26 | 60.72 | - |
| YUV | 90.16 | 194.5 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 208 | 0.38 | 0.77 | 0 | 0.18 | 270 | 0.63 | 0.5 |
| Hex | 80 | 30 | D0 | 26 | 4D | 0 | 12 | 10E | 3F | 32 |
| Octal | 200 | 60 | 320 | 46 | 115 | 0 | 22 | 416 | 77 | 62 |
| Binary | 10000000 | 110000 | 11010000 | 100110 | 1001101 | 0 | 10010 | 100001110 | 111111 | 110010 |
Color Harmonies of #8030D0
Complementary color
Monochromatic Colors of #8030D0
Black with #8030D0
Text Example
Text Example
White with #8030D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8030D0; }
p { color: rgb(128,48,208); }
H1.HeaderClassName
{
color: #8030D0;
}
.AnyTagClassName
{
color: #8030D0;
}
</style>
background-color css
<style>
a { background-color: #8030D0; }
a { background-color: rgb(128,48,208); }
div.DivClassName
{
background-color: #8030D0;
}
.BgClassName
{
background-color: #8030D0;
}
</style>
border-color css
<style>
span { border-color: #8030D0; }
span { border-color: rgb(128,48,208); }
td.TdClassName
{
border-color: #8030D0;
}
.TagClassName
{
border-color: #8030D0;
}
</style>