Shades of Dark Violet #940CEB
Tints of Dark Violet #940CEB
RGB
CMYK
RGB Variations
Color information
#940CEB (or 0x940CEB) is known color: Dark Violet. HEX triplet: 94, 0C and EB. RGB value is (148,12,235). Sum of RGB (Red+Green+Blue) = 148+12+235=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #940CEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940CEB is #6BF314. Grayscale: #4D4D4D. Windows color (decimal): -7074581 or 15404180. OLE color: 15404180.
HSL color Cylindrical-coordinate representation of color #940CEB: hue angle of 276.59º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940CEB is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 12 | 235 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.08 |
| HSL | 276.59º | 0.9% | 0.48% | - |
| HSV(B) | 276.59º | 0.95% | 0.92% | - |
| XYZ | 27.34 | 12.56 | 79.58 | - |
| YUV | 78.09 | 216.56 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 235 | 0.37 | 0.95 | 0 | 0.08 | 276.59 | 0.9 | 0.48 |
| Hex | 94 | C | EB | 25 | 5F | 0 | 8 | 115 | 5A | 30 |
| Octal | 224 | 14 | 353 | 45 | 137 | 0 | 10 | 425 | 132 | 60 |
| Binary | 10010100 | 1100 | 11101011 | 100101 | 1011111 | 0 | 1000 | 100010101 | 1011010 | 110000 |
Color Harmonies of #940CEB
Complementary color
Monochromatic Colors of #940CEB
Black with #940CEB
Text Example
Text Example
White with #940CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940CEB; }
p { color: rgb(148,12,235); }
H1.HeaderClassName
{
color: #940CEB;
}
.AnyTagClassName
{
color: #940CEB;
}
</style>
background-color css
<style>
a { background-color: #940CEB; }
a { background-color: rgb(148,12,235); }
div.DivClassName
{
background-color: #940CEB;
}
.BgClassName
{
background-color: #940CEB;
}
</style>
border-color css
<style>
span { border-color: #940CEB; }
span { border-color: rgb(148,12,235); }
td.TdClassName
{
border-color: #940CEB;
}
.TagClassName
{
border-color: #940CEB;
}
</style>