#94407E

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

Shades of Dark Purple #94407E

Tints of Dark Purple #94407E

Color information

#94407E (or 0x94407E) is unknown color: approx Dark Purple. HEX triplet: 94, 40 and 7E. RGB value is (148,64,126). Sum of RGB (Red+Green+Blue) = 148+64+126=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #94407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94407E is #6BBF81. Grayscale: #606060. Windows color (decimal): -7061378 or 8274068. OLE color: 8274068.

HSL color Cylindrical-coordinate representation of color #94407E: hue angle of 315.71º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94407E is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14864126-
CMYK00.570.150.42
HSL315.71º39.62%41.57%-
HSV(B)315.71º56.76%58.04%-
XYZ17.8111.4721.01-
YUV96.18144.83164.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 64 (25.39% from 255) = 18.93%
BLUE value IS 126 (49.61% from 255) = 37.28%
R=43.79%
G=18.93%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486412600.570.150.42315.7139.6241.57
Hex94407E039F2A13c282a
Octal22410017607117524745052
Binary100101001000000111111001110011111101010100111100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94407E; }

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

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

<style>
 a { background-color: #94407E; }

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

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

<style>
 span { border-color: #94407E; }

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

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