Shades of Blue Violet #8C30EB
Tints of Blue Violet #8C30EB
RGB
CMYK
RGB Variations
Color information
#8C30EB (or 0x8C30EB) is known color: Blue Violet. HEX triplet: 8C, 30 and EB. RGB value is (140,48,235). Sum of RGB (Red+Green+Blue) = 140+48+235=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C30EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C30EB is #73CF14. Grayscale: #606060. Windows color (decimal): -7589653 or 15413388. OLE color: 15413388.
HSL color Cylindrical-coordinate representation of color #8C30EB: hue angle of 269.52º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C30EB is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 48 | 235 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.08 |
| HSL | 269.52º | 0.82% | 0.55% | - |
| HSV(B) | 269.52º | 0.8% | 0.92% | - |
| XYZ | 26.87 | 13.69 | 79.82 | - |
| YUV | 96.83 | 205.98 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 235 | 0.40 | 0.80 | 0 | 0.08 | 269.52 | 0.82 | 0.55 |
| Hex | 8C | 30 | EB | 28 | 50 | 0 | 8 | 10E | 52 | 37 |
| Octal | 214 | 60 | 353 | 50 | 120 | 0 | 10 | 416 | 122 | 67 |
| Binary | 10001100 | 110000 | 11101011 | 101000 | 1010000 | 0 | 1000 | 100001110 | 1010010 | 110111 |
Color Harmonies of #8C30EB
Complementary color
Monochromatic Colors of #8C30EB
Black with #8C30EB
Text Example
Text Example
White with #8C30EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C30EB; }
p { color: rgb(140,48,235); }
H1.HeaderClassName
{
color: #8C30EB;
}
.AnyTagClassName
{
color: #8C30EB;
}
</style>
background-color css
<style>
a { background-color: #8C30EB; }
a { background-color: rgb(140,48,235); }
div.DivClassName
{
background-color: #8C30EB;
}
.BgClassName
{
background-color: #8C30EB;
}
</style>
border-color css
<style>
span { border-color: #8C30EB; }
span { border-color: rgb(140,48,235); }
td.TdClassName
{
border-color: #8C30EB;
}
.TagClassName
{
border-color: #8C30EB;
}
</style>