#943775

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

Shades of Dark Purple #943775

Tints of Dark Purple #943775

Color information

#943775 (or 0x943775) is unknown color: approx Dark Purple. HEX triplet: 94, 37 and 75. RGB value is (148,55,117). Sum of RGB (Red+Green+Blue) = 148+55+117=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #943775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943775 is #6BC88A. Grayscale: #595959. Windows color (decimal): -7063691 or 7681940. OLE color: 7681940.

HSL color Cylindrical-coordinate representation of color #943775: hue angle of 320º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #943775 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14855117-
CMYK00.630.210.42
HSL320º45.81%39.8%-
HSV(B)320º62.84%58.04%-
XYZ16.7910.3117.94-
YUV89.88143.31169.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.25%
GREEN value IS 55 (21.88% from 255) = 17.19%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=46.25%
G=17.19%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485511700.630.210.4232045.8139.8
Hex94377503F152A1402e28
Octal2246716507725525005650
Binary100101001101111110101011111110101101010101000000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943775; }

 p { color: rgb(148,55,117); }

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

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

 a { background-color: rgb(148,55,117); }

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

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

 span { border-color: rgb(148,55,117); }

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