Shades of Blue Violet #8D30DB
Tints of Blue Violet #8D30DB
RGB
CMYK
RGB Variations
Color information
#8D30DB (or 0x8D30DB) is known color: Blue Violet. HEX triplet: 8D, 30 and DB. RGB value is (141,48,219). Sum of RGB (Red+Green+Blue) = 141+48+219=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D30DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D30DB is #72CF24. Grayscale: #5E5E5E. Windows color (decimal): -7524133 or 14364813. OLE color: 14364813.
HSL color Cylindrical-coordinate representation of color #8D30DB: hue angle of 272.63º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D30DB is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 48 | 219 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.14 |
| HSL | 272.63º | 0.7% | 0.52% | - |
| HSV(B) | 272.63º | 0.78% | 0.86% | - |
| XYZ | 24.83 | 12.89 | 68.2 | - |
| YUV | 95.3 | 197.81 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 48 | 219 | 0.36 | 0.78 | 0 | 0.14 | 272.63 | 0.7 | 0.52 |
| Hex | 8D | 30 | DB | 24 | 4E | 0 | E | 111 | 46 | 34 |
| Octal | 215 | 60 | 333 | 44 | 116 | 0 | 16 | 421 | 106 | 64 |
| Binary | 10001101 | 110000 | 11011011 | 100100 | 1001110 | 0 | 1110 | 100010001 | 1000110 | 110100 |
Color Harmonies of #8D30DB
Complementary color
Monochromatic Colors of #8D30DB
Black with #8D30DB
Text Example
Text Example
White with #8D30DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D30DB; }
p { color: rgb(141,48,219); }
H1.HeaderClassName
{
color: #8D30DB;
}
.AnyTagClassName
{
color: #8D30DB;
}
</style>
background-color css
<style>
a { background-color: #8D30DB; }
a { background-color: rgb(141,48,219); }
div.DivClassName
{
background-color: #8D30DB;
}
.BgClassName
{
background-color: #8D30DB;
}
</style>
border-color css
<style>
span { border-color: #8D30DB; }
span { border-color: rgb(141,48,219); }
td.TdClassName
{
border-color: #8D30DB;
}
.TagClassName
{
border-color: #8D30DB;
}
</style>