#94387E

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

Shades of Dark Purple #94387E

Tints of Dark Purple #94387E

Color information

#94387E (or 0x94387E) is unknown color: approx Dark Purple. HEX triplet: 94, 38 and 7E. RGB value is (148,56,126). Sum of RGB (Red+Green+Blue) = 148+56+126=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #94387E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94387E is #6BC781. Grayscale: #5B5B5B. Windows color (decimal): -7063426 or 8272020. OLE color: 8272020.

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

Color convert

RGB14856126-
CMYK00.620.150.42
HSL314.35º45.1%40%-
HSV(B)314.35º62.16%58.04%-
XYZ17.3910.6320.87-
YUV91.49147.48168.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 56 (22.27% from 255) = 16.97%
BLUE value IS 126 (49.61% from 255) = 38.18%
R=44.85%
G=16.97%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485612600.620.150.42314.3545.140
Hex94387E03EF2A13a2d28
Octal2247017607617524725550
Binary10010100111000111111001111101111101010100111010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94387E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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