#94347F

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

Shades of Dark Purple #94347F

Tints of Dark Purple #94347F

Color information

#94347F (or 0x94347F) is unknown color: approx Dark Purple. HEX triplet: 94, 34 and 7F. RGB value is (148,52,127). Sum of RGB (Red+Green+Blue) = 148+52+127=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #94347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94347F is #6BCB80. Grayscale: #595959. Windows color (decimal): -7064449 or 8336532. OLE color: 8336532.

HSL color Cylindrical-coordinate representation of color #94347F: hue angle of 313.12º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #94347F is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14852127-
CMYK00.650.140.42
HSL313.12º48%39.22%-
HSV(B)313.12º64.86%58.04%-
XYZ17.2710.2821.15-
YUV89.25149.3169.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.26%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 127 (50% from 255) = 38.84%
R=45.26%
G=15.90%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485212700.650.140.42313.124839.22
Hex94347F041E2A1393027
Octal22464177010116524716047
Binary100101001101001111111010000011110101010100111001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94347F; }

 p { color: rgb(148,52,127); }

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

<style>
 a { background-color: #94347F; }

 a { background-color: rgb(148,52,127); }

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

<style>
 span { border-color: #94347F; }

 span { border-color: rgb(148,52,127); }

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