#940E7E

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

Shades of Dark Purple #940E7E

Tints of Dark Purple #940E7E

Color information

#940E7E (or 0x940E7E) is unknown color: approx Dark Purple. HEX triplet: 94, 0E and 7E. RGB value is (148,14,126). Sum of RGB (Red+Green+Blue) = 148+14+126=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #940E7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940E7E is #6BF181. Grayscale: #424242. Windows color (decimal): -7074178 or 8261268. OLE color: 8261268.

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

Color convert

RGB14814126-
CMYK00.910.150.42
HSL309.85º82.72%31.76%-
HSV(B)309.85º90.54%58.04%-
XYZ16.148.1220.45-
YUV66.83161.39185.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.39%
GREEN value IS 14 (5.86% from 255) = 4.86%
BLUE value IS 126 (49.61% from 255) = 43.75%
R=51.39%
G=4.86%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481412600.910.150.42309.8582.7231.76
Hex94E7E05BF2A1365320
Octal224161760133175246612340
Binary10010100111011111100101101111111010101001101101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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