Shades of Dark Violet #940CF4
Tints of Dark Violet #940CF4
RGB
CMYK
RGB Variations
Color information
#940CF4 (or 0x940CF4) is known color: Dark Violet. HEX triplet: 94, 0C and F4. RGB value is (148,12,244). Sum of RGB (Red+Green+Blue) = 148+12+244=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 244 (95.70% from 255 or 60.40% from 404); Max value from RGB is 244 - color contains mainly: blue. Hex color #940CF4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940CF4 is #6BF30B. Grayscale: #4E4E4E. Windows color (decimal): -7074572 or 15994004. OLE color: 15994004.
HSL color Cylindrical-coordinate representation of color #940CF4: hue angle of 275.17º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940CF4 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 12 | 244 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.04 |
| HSL | 275.17º | 0.91% | 0.5% | - |
| HSV(B) | 275.17º | 0.95% | 0.96% | - |
| XYZ | 28.67 | 13.09 | 86.6 | - |
| YUV | 79.11 | 221.06 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 244 | 0.39 | 0.95 | 0 | 0.04 | 275.17 | 0.91 | 0.5 |
| Hex | 94 | C | F4 | 27 | 5F | 0 | 4 | 113 | 5B | 32 |
| Octal | 224 | 14 | 364 | 47 | 137 | 0 | 4 | 423 | 133 | 62 |
| Binary | 10010100 | 1100 | 11110100 | 100111 | 1011111 | 0 | 100 | 100010011 | 1011011 | 110010 |
Color Harmonies of #940CF4
Complementary color
Monochromatic Colors of #940CF4
Black with #940CF4
Text Example
Text Example
White with #940CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940CF4; }
p { color: rgb(148,12,244); }
H1.HeaderClassName
{
color: #940CF4;
}
.AnyTagClassName
{
color: #940CF4;
}
</style>
background-color css
<style>
a { background-color: #940CF4; }
a { background-color: rgb(148,12,244); }
div.DivClassName
{
background-color: #940CF4;
}
.BgClassName
{
background-color: #940CF4;
}
</style>
border-color css
<style>
span { border-color: #940CF4; }
span { border-color: rgb(148,12,244); }
td.TdClassName
{
border-color: #940CF4;
}
.TagClassName
{
border-color: #940CF4;
}
</style>