#943879

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

Shades of Dark Purple #943879

Tints of Dark Purple #943879

Color information

#943879 (or 0x943879) is unknown color: approx Dark Purple. HEX triplet: 94, 38 and 79. RGB value is (148,56,121). Sum of RGB (Red+Green+Blue) = 148+56+121=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #943879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943879 is #6BC786. Grayscale: #5A5A5A. Windows color (decimal): -7063431 or 7944340. OLE color: 7944340.

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

Color convert

RGB14856121-
CMYK00.620.180.42
HSL317.61º45.1%40%-
HSV(B)317.61º62.16%58.04%-
XYZ17.0810.519.22-
YUV90.92144.98168.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.54%
GREEN value IS 56 (22.27% from 255) = 17.23%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=45.54%
G=17.23%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485612100.620.180.42317.6145.140
Hex94387903E122A13e2d28
Octal2247017107622524765550
Binary100101001110001111001011111010010101010100111110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943879; }

 p { color: rgb(148,56,121); }

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

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

 a { background-color: rgb(148,56,121); }

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

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

 span { border-color: rgb(148,56,121); }

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