#94427F

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

Shades of Dark Purple #94427F

Tints of Dark Purple #94427F

Color information

#94427F (or 0x94427F) is unknown color: approx Dark Purple. HEX triplet: 94, 42 and 7F. RGB value is (148,66,127). Sum of RGB (Red+Green+Blue) = 148+66+127=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #94427F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94427F is #6BBD80. Grayscale: #616161. Windows color (decimal): -7060865 or 8340116. OLE color: 8340116.

HSL color Cylindrical-coordinate representation of color #94427F: hue angle of 315.37º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94427F is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14866127-
CMYK00.550.140.42
HSL315.37º38.32%41.96%-
HSV(B)315.37º55.41%58.04%-
XYZ17.9911.7221.39-
YUV97.47144.67164.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.40%
GREEN value IS 66 (26.17% from 255) = 19.35%
BLUE value IS 127 (50% from 255) = 37.24%
R=43.40%
G=19.35%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486612700.550.140.42315.3738.3241.96
Hex94427F037E2A13b262a
Octal22410217706716524734652
Binary100101001000010111111101101111110101010100111011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94427F; }

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

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

<style>
 a { background-color: #94427F; }

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

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

<style>
 span { border-color: #94427F; }

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

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