Shades of Dark Violet #940CE7
Tints of Dark Violet #940CE7
RGB
CMYK
RGB Variations
Color information
#940CE7 (or 0x940CE7) is known color: Dark Violet. HEX triplet: 94, 0C and E7. RGB value is (148,12,231). Sum of RGB (Red+Green+Blue) = 148+12+231=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 231 (90.62% from 255 or 59.08% from 391); Max value from RGB is 231 - color contains mainly: blue. Hex color #940CE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940CE7 is #6BF318. Grayscale: #4C4C4C. Windows color (decimal): -7074585 or 15142036. OLE color: 15142036.
HSL color Cylindrical-coordinate representation of color #940CE7: hue angle of 277.26º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940CE7 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 12 | 231 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.09 |
| HSL | 277.26º | 0.9% | 0.48% | - |
| HSV(B) | 277.26º | 0.95% | 0.91% | - |
| XYZ | 26.77 | 12.33 | 76.57 | - |
| YUV | 77.63 | 214.56 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 231 | 0.36 | 0.95 | 0 | 0.09 | 277.26 | 0.9 | 0.48 |
| Hex | 94 | C | E7 | 24 | 5F | 0 | 9 | 115 | 5A | 30 |
| Octal | 224 | 14 | 347 | 44 | 137 | 0 | 11 | 425 | 132 | 60 |
| Binary | 10010100 | 1100 | 11100111 | 100100 | 1011111 | 0 | 1001 | 100010101 | 1011010 | 110000 |
Color Harmonies of #940CE7
Complementary color
Monochromatic Colors of #940CE7
Black with #940CE7
Text Example
Text Example
White with #940CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940CE7; }
p { color: rgb(148,12,231); }
H1.HeaderClassName
{
color: #940CE7;
}
.AnyTagClassName
{
color: #940CE7;
}
</style>
background-color css
<style>
a { background-color: #940CE7; }
a { background-color: rgb(148,12,231); }
div.DivClassName
{
background-color: #940CE7;
}
.BgClassName
{
background-color: #940CE7;
}
</style>
border-color css
<style>
span { border-color: #940CE7; }
span { border-color: rgb(148,12,231); }
td.TdClassName
{
border-color: #940CE7;
}
.TagClassName
{
border-color: #940CE7;
}
</style>