Shades of Dark Violet #930CBE
Tints of Dark Violet #930CBE
RGB
CMYK
RGB Variations
Color information
#930CBE (or 0x930CBE) is known color: Dark Violet. HEX triplet: 93, 0C and BE. RGB value is (147,12,190). Sum of RGB (Red+Green+Blue) = 147+12+190=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #930CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930CBE is #6CF341. Grayscale: #484848. Windows color (decimal): -7140162 or 12455059. OLE color: 12455059.
HSL color Cylindrical-coordinate representation of color #930CBE: hue angle of 285.51º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930CBE is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 12 | 190 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.25 |
| HSL | 285.51º | 0.88% | 0.4% | - |
| HSV(B) | 285.51º | 0.94% | 0.75% | - |
| XYZ | 21.46 | 10.18 | 49.55 | - |
| YUV | 72.66 | 194.23 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 12 | 190 | 0.23 | 0.94 | 0 | 0.25 | 285.51 | 0.88 | 0.4 |
| Hex | 93 | C | BE | 17 | 5E | 0 | 19 | 11E | 58 | 28 |
| Octal | 223 | 14 | 276 | 27 | 136 | 0 | 31 | 436 | 130 | 50 |
| Binary | 10010011 | 1100 | 10111110 | 10111 | 1011110 | 0 | 11001 | 100011110 | 1011000 | 101000 |
Color Harmonies of #930CBE
Complementary color
Monochromatic Colors of #930CBE
Black with #930CBE
Text Example
Text Example
White with #930CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930CBE; }
p { color: rgb(147,12,190); }
H1.HeaderClassName
{
color: #930CBE;
}
.AnyTagClassName
{
color: #930CBE;
}
</style>
background-color css
<style>
a { background-color: #930CBE; }
a { background-color: rgb(147,12,190); }
div.DivClassName
{
background-color: #930CBE;
}
.BgClassName
{
background-color: #930CBE;
}
</style>
border-color css
<style>
span { border-color: #930CBE; }
span { border-color: rgb(147,12,190); }
td.TdClassName
{
border-color: #930CBE;
}
.TagClassName
{
border-color: #930CBE;
}
</style>