Shades of Blue Violet #8030CE
Tints of Blue Violet #8030CE
RGB
CMYK
RGB Variations
Color information
#8030CE (or 0x8030CE) is known color: Blue Violet. HEX triplet: 80, 30 and CE. RGB value is (128,48,206). Sum of RGB (Red+Green+Blue) = 128+48+206=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #8030CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8030CE is #7FCF31. Grayscale: #595959. Windows color (decimal): -8376114 or 13512832. OLE color: 13512832.
HSL color Cylindrical-coordinate representation of color #8030CE: hue angle of 270.38º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8030CE is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 48 | 206 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.19 |
| HSL | 270.38º | 0.62% | 0.5% | - |
| HSV(B) | 270.38º | 0.77% | 0.81% | - |
| XYZ | 21.1 | 11.16 | 59.43 | - |
| YUV | 89.93 | 193.5 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 206 | 0.38 | 0.77 | 0 | 0.19 | 270.38 | 0.62 | 0.5 |
| Hex | 80 | 30 | CE | 26 | 4D | 0 | 13 | 10E | 3E | 32 |
| Octal | 200 | 60 | 316 | 46 | 115 | 0 | 23 | 416 | 76 | 62 |
| Binary | 10000000 | 110000 | 11001110 | 100110 | 1001101 | 0 | 10011 | 100001110 | 111110 | 110010 |
Color Harmonies of #8030CE
Complementary color
Monochromatic Colors of #8030CE
Black with #8030CE
Text Example
Text Example
White with #8030CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8030CE; }
p { color: rgb(128,48,206); }
H1.HeaderClassName
{
color: #8030CE;
}
.AnyTagClassName
{
color: #8030CE;
}
</style>
background-color css
<style>
a { background-color: #8030CE; }
a { background-color: rgb(128,48,206); }
div.DivClassName
{
background-color: #8030CE;
}
.BgClassName
{
background-color: #8030CE;
}
</style>
border-color css
<style>
span { border-color: #8030CE; }
span { border-color: rgb(128,48,206); }
td.TdClassName
{
border-color: #8030CE;
}
.TagClassName
{
border-color: #8030CE;
}
</style>