Shades of Dark Violet #930BBB
Tints of Dark Violet #930BBB
RGB
CMYK
RGB Variations
Color information
#930BBB (or 0x930BBB) is known color: Dark Violet. HEX triplet: 93, 0B and BB. RGB value is (147,11,187). Sum of RGB (Red+Green+Blue) = 147+11+187=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #930BBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930BBB is #6CF444. Grayscale: #474747. Windows color (decimal): -7140421 or 12258195. OLE color: 12258195.
HSL color Cylindrical-coordinate representation of color #930BBB: hue angle of 286.36º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930BBB is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 11 | 187 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.27 |
| HSL | 286.36º | 0.89% | 0.39% | - |
| HSV(B) | 286.36º | 0.94% | 0.73% | - |
| XYZ | 21.12 | 10.03 | 47.84 | - |
| YUV | 71.73 | 193.06 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 11 | 187 | 0.21 | 0.94 | 0 | 0.27 | 286.36 | 0.89 | 0.39 |
| Hex | 93 | B | BB | 15 | 5E | 0 | 1B | 11E | 59 | 27 |
| Octal | 223 | 13 | 273 | 25 | 136 | 0 | 33 | 436 | 131 | 47 |
| Binary | 10010011 | 1011 | 10111011 | 10101 | 1011110 | 0 | 11011 | 100011110 | 1011001 | 100111 |
Color Harmonies of #930BBB
Complementary color
Monochromatic Colors of #930BBB
Black with #930BBB
Text Example
Text Example
White with #930BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930BBB; }
p { color: rgb(147,11,187); }
H1.HeaderClassName
{
color: #930BBB;
}
.AnyTagClassName
{
color: #930BBB;
}
</style>
background-color css
<style>
a { background-color: #930BBB; }
a { background-color: rgb(147,11,187); }
div.DivClassName
{
background-color: #930BBB;
}
.BgClassName
{
background-color: #930BBB;
}
</style>
border-color css
<style>
span { border-color: #930BBB; }
span { border-color: rgb(147,11,187); }
td.TdClassName
{
border-color: #930BBB;
}
.TagClassName
{
border-color: #930BBB;
}
</style>