Shades of Blue Violet #8B42DB
Tints of Blue Violet #8B42DB
RGB
CMYK
RGB Variations
Color information
#8B42DB (or 0x8B42DB) is known color: Blue Violet. HEX triplet: 8B, 42 and DB. RGB value is (139,66,219). Sum of RGB (Red+Green+Blue) = 139+66+219=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B42DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B42DB is #74BD24. Grayscale: #686868. Windows color (decimal): -7650597 or 14369419. OLE color: 14369419.
HSL color Cylindrical-coordinate representation of color #8B42DB: hue angle of 268.63º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8B42DB is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 66 | 219 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.14 |
| HSL | 268.63º | 0.68% | 0.56% | - |
| HSV(B) | 268.63º | 0.7% | 0.86% | - |
| XYZ | 25.38 | 14.5 | 68.48 | - |
| YUV | 105.27 | 192.18 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 219 | 0.37 | 0.70 | 0 | 0.14 | 268.63 | 0.68 | 0.56 |
| Hex | 8B | 42 | DB | 25 | 46 | 0 | E | 10D | 44 | 38 |
| Octal | 213 | 102 | 333 | 45 | 106 | 0 | 16 | 415 | 104 | 70 |
| Binary | 10001011 | 1000010 | 11011011 | 100101 | 1000110 | 0 | 1110 | 100001101 | 1000100 | 111000 |
Color Harmonies of #8B42DB
Complementary color
Monochromatic Colors of #8B42DB
Black with #8B42DB
Text Example
Text Example
White with #8B42DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B42DB; }
p { color: rgb(139,66,219); }
H1.HeaderClassName
{
color: #8B42DB;
}
.AnyTagClassName
{
color: #8B42DB;
}
</style>
background-color css
<style>
a { background-color: #8B42DB; }
a { background-color: rgb(139,66,219); }
div.DivClassName
{
background-color: #8B42DB;
}
.BgClassName
{
background-color: #8B42DB;
}
</style>
border-color css
<style>
span { border-color: #8B42DB; }
span { border-color: rgb(139,66,219); }
td.TdClassName
{
border-color: #8B42DB;
}
.TagClassName
{
border-color: #8B42DB;
}
</style>