#94417D

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

Shades of Dark Purple #94417D

Tints of Dark Purple #94417D

Color information

#94417D (or 0x94417D) is unknown color: approx Dark Purple. HEX triplet: 94, 41 and 7D. RGB value is (148,65,125). Sum of RGB (Red+Green+Blue) = 148+65+125=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #94417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94417D is #6BBE82. Grayscale: #606060. Windows color (decimal): -7061123 or 8208788. OLE color: 8208788.

HSL color Cylindrical-coordinate representation of color #94417D: hue angle of 316.63º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94417D is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14865125-
CMYK00.560.160.42
HSL316.63º38.97%41.76%-
HSV(B)316.63º56.08%58.04%-
XYZ17.811.5620.69-
YUV96.66144164.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 125 (49.22% from 255) = 36.98%
R=43.79%
G=19.23%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486512500.560.160.42316.6338.9741.76
Hex94417D038102A13d272a
Octal22410117507020524754752
Binary1001010010000011111101011100010000101010100111101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94417D; }

 p { color: rgb(148,65,125); }

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

<style>
 a { background-color: #94417D; }

 a { background-color: rgb(148,65,125); }

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

<style>
 span { border-color: #94417D; }

 span { border-color: rgb(148,65,125); }

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