#94407f

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

Shades of Dark Purple #94407F

Tints of Dark Purple #94407F

Color information

#94407F (or 0x94407F) is unknown color: approx Dark Purple. HEX triplet: 94, 40 and 7F. RGB value is (148,64,127). Sum of RGB (Red+Green+Blue) = 148+64+127=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #94407F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94407F is #6BBF80. Grayscale: #606060. Windows color (decimal): -7061377 or 8339604. OLE color: 8339604.

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

Color convert

RGB14864127-
CMYK00.570.140.42
HSL315º39.62%41.57%-
HSV(B)315º56.76%58.04%-
XYZ17.8811.4921.36-
YUV96.3145.33164.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 64 (25.39% from 255) = 18.88%
BLUE value IS 127 (50% from 255) = 37.46%
R=43.66%
G=18.88%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486412700.570.140.4231539.6241.57
Hex94407F039E2A13b282a
Octal22410017707116524735052
Binary100101001000000111111101110011110101010100111011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94407f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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