#94397A

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

Shades of Dark Purple #94397A

Tints of Dark Purple #94397A

Color information

#94397A (or 0x94397A) is unknown color: approx Dark Purple. HEX triplet: 94, 39 and 7A. RGB value is (148,57,122). Sum of RGB (Red+Green+Blue) = 148+57+122=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #94397A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94397A is #6BC685. Grayscale: #5B5B5B. Windows color (decimal): -7063174 or 8010132. OLE color: 8010132.

HSL color Cylindrical-coordinate representation of color #94397A: hue angle of 317.14º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94397A is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14857122-
CMYK00.610.180.42
HSL317.14º44.39%40.2%-
HSV(B)317.14º61.49%58.04%-
XYZ17.1910.6319.56-
YUV91.62145.15168.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.26%
GREEN value IS 57 (22.66% from 255) = 17.43%
BLUE value IS 122 (48.05% from 255) = 37.31%
R=45.26%
G=17.43%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485712200.610.180.42317.1444.3940.2
Hex94397A03D122A13d2c28
Octal2247117207522524755450
Binary100101001110011111010011110110010101010100111101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94397A; }

 p { color: rgb(148,57,122); }

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

<style>
 a { background-color: #94397A; }

 a { background-color: rgb(148,57,122); }

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

<style>
 span { border-color: #94397A; }

 span { border-color: rgb(148,57,122); }

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