#940E80

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

Shades of Dark Purple #940E80

Tints of Dark Purple #940E80

Color information

#940E80 (or 0x940E80) is unknown color: approx Dark Purple. HEX triplet: 94, 0E and 80. RGB value is (148,14,128). Sum of RGB (Red+Green+Blue) = 148+14+128=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #940E80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940E80 is #6BF17F. Grayscale: #424242. Windows color (decimal): -7074176 or 8392340. OLE color: 8392340.

HSL color Cylindrical-coordinate representation of color #940E80: hue angle of 308.96º 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 #940E80 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14814128-
CMYK00.910.140.42
HSL308.96º82.72%31.76%-
HSV(B)308.96º90.54%58.04%-
XYZ16.278.1721.14-
YUV67.06162.39185.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.03%
GREEN value IS 14 (5.86% from 255) = 4.83%
BLUE value IS 128 (50.39% from 255) = 44.14%
R=51.03%
G=4.83%
B=44.14%

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
Decimal1481412800.910.140.42308.9682.7231.76
Hex94E8005BE2A1355320
Octal224162000133165246512340
Binary100101001110100000000101101111101010101001101011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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