#940ED5

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

Shades of Dark Violet #940ED5

Tints of Dark Violet #940ED5

Color information

#940ED5 (or 0x940ED5) is unknown color: approx Dark Violet. HEX triplet: 94, 0E and D5. RGB value is (148,14,213). Sum of RGB (Red+Green+Blue) = 148+14+213=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 213 (83.59% from 255 or 56.8% from 375); Max value from RGB is 213 - color contains mainly: blue. Hex color #940ED5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940ED5 is #6BF12A. Grayscale: #4C4C4C. Windows color (decimal): -7074091 or 13962900. OLE color: 13962900.

HSL color Cylindrical-coordinate representation of color #940ED5: hue angle of 280.4º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940ED5 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14814213-
CMYK0.310.9300.16
HSL280.4º87.67%44.51%-
HSV(B)280.4º93.43%83.53%-
XYZ24.3811.4163.87-
YUV76.75204.89178.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.47%
GREEN value IS 14 (5.86% from 255) = 3.73%
BLUE value IS 213 (83.59% from 255) = 56.8%
R=39.47%
G=3.73%
B=56.8%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal148142130.310.9300.16280.487.6744.51
Hex94ED51F5D010118582d
Octal224163253713502043013055
Binary100101001110110101011111110111010100001000110001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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