#94337E

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

Shades of Dark Purple #94337E

Tints of Dark Purple #94337E

Color information

#94337E (or 0x94337E) is unknown color: approx Dark Purple. HEX triplet: 94, 33 and 7E. RGB value is (148,51,126). Sum of RGB (Red+Green+Blue) = 148+51+126=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #94337E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94337E is #6BCC81. Grayscale: #585858. Windows color (decimal): -7064706 or 8270740. OLE color: 8270740.

HSL color Cylindrical-coordinate representation of color #94337E: hue angle of 313.61º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94337E is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14851126-
CMYK00.660.150.42
HSL313.61º48.74%39.02%-
HSV(B)313.61º65.54%58.04%-
XYZ17.1610.1720.8-
YUV88.55149.14170.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.54%
GREEN value IS 51 (20.31% from 255) = 15.69%
BLUE value IS 126 (49.61% from 255) = 38.77%
R=45.54%
G=15.69%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485112600.660.150.42313.6148.7439.02
Hex94337E042F2A13a3127
Octal22463176010217524726147
Binary100101001100111111110010000101111101010100111010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94337E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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