Shades of Dark Violet #930BDE
Tints of Dark Violet #930BDE
RGB
CMYK
RGB Variations
Color information
#930BDE (or 0x930BDE) is known color: Dark Violet. HEX triplet: 93, 0B and DE. RGB value is (147,11,222). Sum of RGB (Red+Green+Blue) = 147+11+222=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #930BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930BDE is #6CF421. Grayscale: #4B4B4B. Windows color (decimal): -7140386 or 14551955. OLE color: 14551955.
HSL color Cylindrical-coordinate representation of color #930BDE: hue angle of 278.67º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930BDE is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 11 | 222 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.13 |
| HSL | 278.67º | 0.91% | 0.46% | - |
| HSV(B) | 278.67º | 0.95% | 0.87% | - |
| XYZ | 25.34 | 11.72 | 70.03 | - |
| YUV | 75.72 | 210.56 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 11 | 222 | 0.34 | 0.95 | 0 | 0.13 | 278.67 | 0.91 | 0.46 |
| Hex | 93 | B | DE | 22 | 5F | 0 | D | 117 | 5B | 2E |
| Octal | 223 | 13 | 336 | 42 | 137 | 0 | 15 | 427 | 133 | 56 |
| Binary | 10010011 | 1011 | 11011110 | 100010 | 1011111 | 0 | 1101 | 100010111 | 1011011 | 101110 |
Color Harmonies of #930BDE
Complementary color
Monochromatic Colors of #930BDE
Black with #930BDE
Text Example
Text Example
White with #930BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930BDE; }
p { color: rgb(147,11,222); }
H1.HeaderClassName
{
color: #930BDE;
}
.AnyTagClassName
{
color: #930BDE;
}
</style>
background-color css
<style>
a { background-color: #930BDE; }
a { background-color: rgb(147,11,222); }
div.DivClassName
{
background-color: #930BDE;
}
.BgClassName
{
background-color: #930BDE;
}
</style>
border-color css
<style>
span { border-color: #930BDE; }
span { border-color: rgb(147,11,222); }
td.TdClassName
{
border-color: #930BDE;
}
.TagClassName
{
border-color: #930BDE;
}
</style>