#94348A

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

Shades of Dark Purple #94348A

Tints of Dark Purple #94348A

Color information

#94348A (or 0x94348A) is unknown color: approx Dark Purple. HEX triplet: 94, 34 and 8A. RGB value is (148,52,138). Sum of RGB (Red+Green+Blue) = 148+52+138=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #94348A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94348A is #6BCB75. Grayscale: #5A5A5A. Windows color (decimal): -7064438 or 9057428. OLE color: 9057428.

HSL color Cylindrical-coordinate representation of color #94348A: hue angle of 306.25º 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 #94348A is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14852138-
CMYK00.650.070.42
HSL306.25º48%39.22%-
HSV(B)306.25º64.86%58.04%-
XYZ18.0310.5925.14-
YUV90.51154.8169.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 52 (20.70% from 255) = 15.38%
BLUE value IS 138 (54.30% from 255) = 40.83%
R=43.79%
G=15.38%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485213800.650.070.42306.254839.22
Hex94348A04172A1323027
Octal2246421201017524626047
Binary100101001101001000101001000001111101010100110010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94348A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94348A; }

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

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

<style>
 a { background-color: #94348A; }

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

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

<style>
 span { border-color: #94348A; }

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

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