Shades of Blue Violet #8C30DD
Tints of Blue Violet #8C30DD
RGB
CMYK
RGB Variations
Color information
#8C30DD (or 0x8C30DD) is known color: Blue Violet. HEX triplet: 8C, 30 and DD. RGB value is (140,48,221). Sum of RGB (Red+Green+Blue) = 140+48+221=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C30DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C30DD is #73CF22. Grayscale: #5E5E5E. Windows color (decimal): -7589667 or 14495884. OLE color: 14495884.
HSL color Cylindrical-coordinate representation of color #8C30DD: hue angle of 271.91º 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 #8C30DD is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 48 | 221 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.13 |
| HSL | 271.91º | 0.72% | 0.53% | - |
| HSV(B) | 271.91º | 0.78% | 0.87% | - |
| XYZ | 24.92 | 12.91 | 69.58 | - |
| YUV | 95.23 | 198.98 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 221 | 0.37 | 0.78 | 0 | 0.13 | 271.91 | 0.72 | 0.53 |
| Hex | 8C | 30 | DD | 25 | 4E | 0 | D | 110 | 48 | 35 |
| Octal | 214 | 60 | 335 | 45 | 116 | 0 | 15 | 420 | 110 | 65 |
| Binary | 10001100 | 110000 | 11011101 | 100101 | 1001110 | 0 | 1101 | 100010000 | 1001000 | 110101 |
Color Harmonies of #8C30DD
Complementary color
Monochromatic Colors of #8C30DD
Black with #8C30DD
Text Example
Text Example
White with #8C30DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C30DD; }
p { color: rgb(140,48,221); }
H1.HeaderClassName
{
color: #8C30DD;
}
.AnyTagClassName
{
color: #8C30DD;
}
</style>
background-color css
<style>
a { background-color: #8C30DD; }
a { background-color: rgb(140,48,221); }
div.DivClassName
{
background-color: #8C30DD;
}
.BgClassName
{
background-color: #8C30DD;
}
</style>
border-color css
<style>
span { border-color: #8C30DD; }
span { border-color: rgb(140,48,221); }
td.TdClassName
{
border-color: #8C30DD;
}
.TagClassName
{
border-color: #8C30DD;
}
</style>