#940CD4

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

Shades of Dark Violet #940CD4

Tints of Dark Violet #940CD4

Color information

#940CD4 (or 0x940CD4) is unknown color: approx Dark Violet. HEX triplet: 94, 0C and D4. RGB value is (148,12,212). Sum of RGB (Red+Green+Blue) = 148+12+212=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 212 (83.20% from 255 or 56.99% from 372); Max value from RGB is 212 - color contains mainly: blue. Hex color #940CD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940CD4 is #6BF32B. Grayscale: #4A4A4A. Windows color (decimal): -7074604 or 13896852. OLE color: 13896852.

HSL color Cylindrical-coordinate representation of color #940CD4: hue angle of 280.8º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940CD4 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14812212-
CMYK0.300.9400.17
HSL280.8º89.29%43.92%-
HSV(B)280.8º94.34%83.14%-
XYZ24.2311.3163.19-
YUV75.46205.06179.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.78%
GREEN value IS 12 (5.08% from 255) = 3.23%
BLUE value IS 212 (83.20% from 255) = 56.99%
R=39.78%
G=3.23%
B=56.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal148122120.300.9400.17280.889.2943.92
Hex94CD41E5E011119592c
Octal224143243613602143113154
Binary100101001100110101001111010111100100011000110011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,12,212); }

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

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

 a { background-color: rgb(148,12,212); }

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

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

 span { border-color: rgb(148,12,212); }

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