#940EC1

Color #940EC1 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #940EC1

Tints of Dark Violet #940EC1

Color information

#940EC1 (or 0x940EC1) is unknown color: approx Dark Violet. HEX triplet: 94, 0E and C1. RGB value is (148,14,193). Sum of RGB (Red+Green+Blue) = 148+14+193=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #940EC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940EC1 is #6BF13E. Grayscale: #494949. Windows color (decimal): -7074111 or 12652180. OLE color: 12652180.

HSL color Cylindrical-coordinate representation of color #940EC1: hue angle of 284.92º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940EC1 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14814193-
CMYK0.230.9300.24
HSL284.92º86.47%40.59%-
HSV(B)284.92º92.75%75.69%-
XYZ2210.4651.31-
YUV74.47194.89180.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 41.69%
GREEN value IS 14 (5.86% from 255) = 3.94%
BLUE value IS 193 (75.78% from 255) = 54.37%
R=41.69%
G=3.94%
B=54.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148141930.230.9300.24284.9286.4740.59
Hex94EC1175D01811d5629
Octal224163012713503043512651
Binary100101001110110000011011110111010110001000111011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940EC1; }

 p { color: rgb(148,14,193); }

 H1.HeaderClassName
 {
   color: #940EC1;
 }
 .AnyTagClassName
 {
   color: #940EC1;
 }
</style>
background-color css

<style>
 a { background-color: #940EC1; }

 a { background-color: rgb(148,14,193); }

 div.DivClassName
 {
   background-color: #940EC1;
 }
 .BgClassName
 {
   background-color: #940EC1;
 }
</style>
border-color css

<style>
 span { border-color: #940EC1; }

 span { border-color: rgb(148,14,193); }

 td.TdClassName
 {
   border-color: #940EC1;
 }
 .TagClassName
 {
   border-color: #940EC1;
 }
</style>