#94387C

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

Shades of Dark Purple #94387C

Tints of Dark Purple #94387C

Color information

#94387C (or 0x94387C) is unknown color: approx Dark Purple. HEX triplet: 94, 38 and 7C. RGB value is (148,56,124). Sum of RGB (Red+Green+Blue) = 148+56+124=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #94387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94387C is #6BC783. Grayscale: #5B5B5B. Windows color (decimal): -7063428 or 8140948. OLE color: 8140948.

HSL color Cylindrical-coordinate representation of color #94387C: hue angle of 315.65º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #94387C is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14856124-
CMYK00.620.160.42
HSL315.65º45.1%40%-
HSV(B)315.65º62.16%58.04%-
XYZ17.2710.5820.2-
YUV91.26146.48168.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.12%
GREEN value IS 56 (22.27% from 255) = 17.07%
BLUE value IS 124 (48.83% from 255) = 37.80%
R=45.12%
G=17.07%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485612400.620.160.42315.6545.140
Hex94387C03E102A13c2d28
Octal2247017407620524745550
Binary100101001110001111100011111010000101010100111100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94387C; }

 p { color: rgb(148,56,124); }

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

<style>
 a { background-color: #94387C; }

 a { background-color: rgb(148,56,124); }

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

<style>
 span { border-color: #94387C; }

 span { border-color: rgb(148,56,124); }

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