#943179

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

Shades of Dark Purple #943179

Tints of Dark Purple #943179

Color information

#943179 (or 0x943179) is unknown color: approx Dark Purple. HEX triplet: 94, 31 and 79. RGB value is (148,49,121). Sum of RGB (Red+Green+Blue) = 148+49+121=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #943179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943179 is #6BCE86. Grayscale: #565656. Windows color (decimal): -7065223 or 7942548. OLE color: 7942548.

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

Color convert

RGB14849121-
CMYK00.670.180.42
HSL316.36º50.25%38.63%-
HSV(B)316.36º66.89%58.04%-
XYZ16.769.8719.11-
YUV86.81147.3171.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.54%
GREEN value IS 49 (19.53% from 255) = 15.41%
BLUE value IS 121 (47.66% from 255) = 38.05%
R=46.54%
G=15.41%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484912100.670.180.42316.3650.2538.63
Hex943179043122A13c3227
Octal22461171010322524746247
Binary1001010011000111110010100001110010101010100111100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943179; }

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

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

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

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

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

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

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

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