Shades of Blue Violet #8C30DF
Tints of Blue Violet #8C30DF
RGB
CMYK
RGB Variations
Color information
#8C30DF (or 0x8C30DF) is known color: Blue Violet. HEX triplet: 8C, 30 and DF. RGB value is (140,48,223). Sum of RGB (Red+Green+Blue) = 140+48+223=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C30DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C30DF is #73CF20. Grayscale: #5E5E5E. Windows color (decimal): -7589665 or 14626956. OLE color: 14626956.
HSL color Cylindrical-coordinate representation of color #8C30DF: hue angle of 271.54º 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 #8C30DF is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 48 | 223 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.13 |
| HSL | 271.54º | 0.73% | 0.53% | - |
| HSV(B) | 271.54º | 0.78% | 0.87% | - |
| XYZ | 25.19 | 13.02 | 71 | - |
| YUV | 95.46 | 199.98 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 223 | 0.37 | 0.78 | 0 | 0.13 | 271.54 | 0.73 | 0.53 |
| Hex | 8C | 30 | DF | 25 | 4E | 0 | D | 110 | 49 | 35 |
| Octal | 214 | 60 | 337 | 45 | 116 | 0 | 15 | 420 | 111 | 65 |
| Binary | 10001100 | 110000 | 11011111 | 100101 | 1001110 | 0 | 1101 | 100010000 | 1001001 | 110101 |
Color Harmonies of #8C30DF
Complementary color
Monochromatic Colors of #8C30DF
Black with #8C30DF
Text Example
Text Example
White with #8C30DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C30DF; }
p { color: rgb(140,48,223); }
H1.HeaderClassName
{
color: #8C30DF;
}
.AnyTagClassName
{
color: #8C30DF;
}
</style>
background-color css
<style>
a { background-color: #8C30DF; }
a { background-color: rgb(140,48,223); }
div.DivClassName
{
background-color: #8C30DF;
}
.BgClassName
{
background-color: #8C30DF;
}
</style>
border-color css
<style>
span { border-color: #8C30DF; }
span { border-color: rgb(140,48,223); }
td.TdClassName
{
border-color: #8C30DF;
}
.TagClassName
{
border-color: #8C30DF;
}
</style>