Shades of Dark Violet #8B03DB
Tints of Dark Violet #8B03DB
RGB
CMYK
RGB Variations
Color information
#8B03DB (or 0x8B03DB) is known color: Dark Violet. HEX triplet: 8B, 03 and DB. RGB value is (139,3,219). Sum of RGB (Red+Green+Blue) = 139+3+219=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B03DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B03DB is #74FC24. Grayscale: #434343. Windows color (decimal): -7666725 or 14353291. OLE color: 14353291.
HSL color Cylindrical-coordinate representation of color #8B03DB: hue angle of 277.78º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B03DB is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 3 | 219 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.14 |
| HSL | 277.78º | 0.97% | 0.44% | - |
| HSV(B) | 277.78º | 0.99% | 0.86% | - |
| XYZ | 23.47 | 10.67 | 67.84 | - |
| YUV | 68.29 | 213.06 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 3 | 219 | 0.37 | 0.99 | 0 | 0.14 | 277.78 | 0.97 | 0.44 |
| Hex | 8B | 3 | DB | 25 | 63 | 0 | E | 116 | 61 | 2C |
| Octal | 213 | 3 | 333 | 45 | 143 | 0 | 16 | 426 | 141 | 54 |
| Binary | 10001011 | 11 | 11011011 | 100101 | 1100011 | 0 | 1110 | 100010110 | 1100001 | 101100 |
Color Harmonies of #8B03DB
Complementary color
Monochromatic Colors of #8B03DB
Black with #8B03DB
Text Example
Text Example
White with #8B03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B03DB; }
p { color: rgb(139,3,219); }
H1.HeaderClassName
{
color: #8B03DB;
}
.AnyTagClassName
{
color: #8B03DB;
}
</style>
background-color css
<style>
a { background-color: #8B03DB; }
a { background-color: rgb(139,3,219); }
div.DivClassName
{
background-color: #8B03DB;
}
.BgClassName
{
background-color: #8B03DB;
}
</style>
border-color css
<style>
span { border-color: #8B03DB; }
span { border-color: rgb(139,3,219); }
td.TdClassName
{
border-color: #8B03DB;
}
.TagClassName
{
border-color: #8B03DB;
}
</style>