Shades of Dark Violet #930CE2
Tints of Dark Violet #930CE2
RGB
CMYK
RGB Variations
Color information
#930CE2 (or 0x930CE2) is known color: Dark Violet. HEX triplet: 93, 0C and E2. RGB value is (147,12,226). Sum of RGB (Red+Green+Blue) = 147+12+226=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 226 (88.67% from 255 or 58.70% from 385); Max value from RGB is 226 - color contains mainly: blue. Hex color #930CE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930CE2 is #6CF31D. Grayscale: #4C4C4C. Windows color (decimal): -7140126 or 14814355. OLE color: 14814355.
HSL color Cylindrical-coordinate representation of color #930CE2: hue angle of 277.85º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930CE2 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 12 | 226 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.11 |
| HSL | 277.85º | 0.9% | 0.47% | - |
| HSV(B) | 277.85º | 0.95% | 0.89% | - |
| XYZ | 25.89 | 11.96 | 72.89 | - |
| YUV | 76.76 | 212.23 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 12 | 226 | 0.35 | 0.95 | 0 | 0.11 | 277.85 | 0.9 | 0.47 |
| Hex | 93 | C | E2 | 23 | 5F | 0 | B | 116 | 5A | 2F |
| Octal | 223 | 14 | 342 | 43 | 137 | 0 | 13 | 426 | 132 | 57 |
| Binary | 10010011 | 1100 | 11100010 | 100011 | 1011111 | 0 | 1011 | 100010110 | 1011010 | 101111 |
Color Harmonies of #930CE2
Complementary color
Monochromatic Colors of #930CE2
Black with #930CE2
Text Example
Text Example
White with #930CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930CE2; }
p { color: rgb(147,12,226); }
H1.HeaderClassName
{
color: #930CE2;
}
.AnyTagClassName
{
color: #930CE2;
}
</style>
background-color css
<style>
a { background-color: #930CE2; }
a { background-color: rgb(147,12,226); }
div.DivClassName
{
background-color: #930CE2;
}
.BgClassName
{
background-color: #930CE2;
}
</style>
border-color css
<style>
span { border-color: #930CE2; }
span { border-color: rgb(147,12,226); }
td.TdClassName
{
border-color: #930CE2;
}
.TagClassName
{
border-color: #930CE2;
}
</style>