#940E7F

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

Shades of Dark Purple #940E7F

Tints of Dark Purple #940E7F

Color information

#940E7F (or 0x940E7F) is unknown color: approx Dark Purple. HEX triplet: 94, 0E and 7F. RGB value is (148,14,127). Sum of RGB (Red+Green+Blue) = 148+14+127=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #940E7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940E7F is #6BF180. Grayscale: #424242. Windows color (decimal): -7074177 or 8326804. OLE color: 8326804.

HSL color Cylindrical-coordinate representation of color #940E7F: hue angle of 309.4º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940E7F is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14814127-
CMYK00.910.140.42
HSL309.4º82.72%31.76%-
HSV(B)309.4º90.54%58.04%-
XYZ16.28.1420.8-
YUV66.95161.89185.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.21%
GREEN value IS 14 (5.86% from 255) = 4.84%
BLUE value IS 127 (50% from 255) = 43.94%
R=51.21%
G=4.84%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481412700.910.140.42309.482.7231.76
Hex94E7F05BE2A1355320
Octal224161770133165246512340
Binary10010100111011111110101101111101010101001101011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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