#940DC0

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

Shades of Dark Violet #940DC0

Tints of Dark Violet #940DC0

Color information

#940DC0 (or 0x940DC0) is unknown color: approx Dark Violet. HEX triplet: 94, 0D and C0. RGB value is (148,13,192). Sum of RGB (Red+Green+Blue) = 148+13+192=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 192 (75.39% from 255 or 54.39% from 353); Max value from RGB is 192 - color contains mainly: blue. Hex color #940DC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940DC0 is #6BF23F. Grayscale: #494949. Windows color (decimal): -7074368 or 12586388. OLE color: 12586388.

HSL color Cylindrical-coordinate representation of color #940DC0: hue angle of 285.25º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940DC0 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14813192-
CMYK0.230.9300.25
HSL285.25º87.32%40.2%-
HSV(B)285.25º93.23%75.29%-
XYZ21.8710.3950.72-
YUV73.77194.73180.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.93%
GREEN value IS 13 (5.47% from 255) = 3.68%
BLUE value IS 192 (75.39% from 255) = 54.39%
R=41.93%
G=3.68%
B=54.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148131920.230.9300.25285.2587.3240.2
Hex94DC0175D01911d5728
Octal224153002713503143512750
Binary100101001101110000001011110111010110011000111011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,13,192); }

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

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

 a { background-color: rgb(148,13,192); }

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

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

 span { border-color: rgb(148,13,192); }

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