Shades of Dark Violet #930BDB
Tints of Dark Violet #930BDB
RGB
CMYK
RGB Variations
Color information
#930BDB (or 0x930BDB) is known color: Dark Violet. HEX triplet: 93, 0B and DB. RGB value is (147,11,219). Sum of RGB (Red+Green+Blue) = 147+11+219=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #930BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930BDB is #6CF424. Grayscale: #4A4A4A. Windows color (decimal): -7140389 or 14355347. OLE color: 14355347.
HSL color Cylindrical-coordinate representation of color #930BDB: hue angle of 279.23º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930BDB is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 11 | 219 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.14 |
| HSL | 279.23º | 0.9% | 0.45% | - |
| HSV(B) | 279.23º | 0.95% | 0.86% | - |
| XYZ | 24.94 | 11.56 | 67.93 | - |
| YUV | 75.38 | 209.06 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 11 | 219 | 0.33 | 0.95 | 0 | 0.14 | 279.23 | 0.9 | 0.45 |
| Hex | 93 | B | DB | 21 | 5F | 0 | E | 117 | 5A | 2D |
| Octal | 223 | 13 | 333 | 41 | 137 | 0 | 16 | 427 | 132 | 55 |
| Binary | 10010011 | 1011 | 11011011 | 100001 | 1011111 | 0 | 1110 | 100010111 | 1011010 | 101101 |
Color Harmonies of #930BDB
Complementary color
Monochromatic Colors of #930BDB
Black with #930BDB
Text Example
Text Example
White with #930BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930BDB; }
p { color: rgb(147,11,219); }
H1.HeaderClassName
{
color: #930BDB;
}
.AnyTagClassName
{
color: #930BDB;
}
</style>
background-color css
<style>
a { background-color: #930BDB; }
a { background-color: rgb(147,11,219); }
div.DivClassName
{
background-color: #930BDB;
}
.BgClassName
{
background-color: #930BDB;
}
</style>
border-color css
<style>
span { border-color: #930BDB; }
span { border-color: rgb(147,11,219); }
td.TdClassName
{
border-color: #930BDB;
}
.TagClassName
{
border-color: #930BDB;
}
</style>