#94397E

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

Shades of Dark Purple #94397E

Tints of Dark Purple #94397E

Color information

#94397E (or 0x94397E) is unknown color: approx Dark Purple. HEX triplet: 94, 39 and 7E. RGB value is (148,57,126). Sum of RGB (Red+Green+Blue) = 148+57+126=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #94397E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94397E is #6BC681. Grayscale: #5B5B5B. Windows color (decimal): -7063170 or 8272276. OLE color: 8272276.

HSL color Cylindrical-coordinate representation of color #94397E: hue angle of 314.51º 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 #94397E is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14857126-
CMYK00.610.150.42
HSL314.51º44.39%40.2%-
HSV(B)314.51º61.49%58.04%-
XYZ17.4410.7320.89-
YUV92.07147.15167.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 57 (22.66% from 255) = 17.22%
BLUE value IS 126 (49.61% from 255) = 38.07%
R=44.71%
G=17.22%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485712600.610.150.42314.5144.3940.2
Hex94397E03DF2A13b2c28
Octal2247117607517524735450
Binary10010100111001111111001111011111101010100111011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94397E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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