Shades of Dark Violet #930CBB
Tints of Dark Violet #930CBB
RGB
CMYK
RGB Variations
Color information
#930CBB (or 0x930CBB) is known color: Dark Violet. HEX triplet: 93, 0C and BB. RGB value is (147,12,187). Sum of RGB (Red+Green+Blue) = 147+12+187=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #930CBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930CBB is #6CF344. Grayscale: #474747. Windows color (decimal): -7140165 or 12258451. OLE color: 12258451.
HSL color Cylindrical-coordinate representation of color #930CBB: hue angle of 286.29º degrees, saturation: 0.88, 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 #930CBB is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 12 | 187 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.27 |
| HSL | 286.29º | 0.88% | 0.39% | - |
| HSV(B) | 286.29º | 0.94% | 0.73% | - |
| XYZ | 21.13 | 10.05 | 47.84 | - |
| YUV | 72.32 | 192.73 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 12 | 187 | 0.21 | 0.94 | 0 | 0.27 | 286.29 | 0.88 | 0.39 |
| Hex | 93 | C | BB | 15 | 5E | 0 | 1B | 11E | 58 | 27 |
| Octal | 223 | 14 | 273 | 25 | 136 | 0 | 33 | 436 | 130 | 47 |
| Binary | 10010011 | 1100 | 10111011 | 10101 | 1011110 | 0 | 11011 | 100011110 | 1011000 | 100111 |
Color Harmonies of #930CBB
Complementary color
Monochromatic Colors of #930CBB
Black with #930CBB
Text Example
Text Example
White with #930CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930CBB; }
p { color: rgb(147,12,187); }
H1.HeaderClassName
{
color: #930CBB;
}
.AnyTagClassName
{
color: #930CBB;
}
</style>
background-color css
<style>
a { background-color: #930CBB; }
a { background-color: rgb(147,12,187); }
div.DivClassName
{
background-color: #930CBB;
}
.BgClassName
{
background-color: #930CBB;
}
</style>
border-color css
<style>
span { border-color: #930CBB; }
span { border-color: rgb(147,12,187); }
td.TdClassName
{
border-color: #930CBB;
}
.TagClassName
{
border-color: #930CBB;
}
</style>