#940E7B

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

Shades of Dark Purple #940E7B

Tints of Dark Purple #940E7B

Color information

#940E7B (or 0x940E7B) is unknown color: approx Dark Purple. HEX triplet: 94, 0E and 7B. RGB value is (148,14,123). Sum of RGB (Red+Green+Blue) = 148+14+123=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #940E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940E7B is #6BF184. Grayscale: #424242. Windows color (decimal): -7074181 or 8064660. OLE color: 8064660.

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

Color convert

RGB14814123-
CMYK00.910.170.42
HSL311.19º82.72%31.76%-
HSV(B)311.19º90.54%58.04%-
XYZ15.948.0419.45-
YUV66.49159.89186.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.93%
GREEN value IS 14 (5.86% from 255) = 4.91%
BLUE value IS 123 (48.44% from 255) = 43.16%
R=51.93%
G=4.91%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481412300.910.170.42311.1982.7231.76
Hex94E7B05B112A1375320
Octal224161730133215246712340
Binary100101001110111101101011011100011010101001101111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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