#943978

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

Shades of Dark Purple #943978

Tints of Dark Purple #943978

Color information

#943978 (or 0x943978) is unknown color: approx Dark Purple. HEX triplet: 94, 39 and 78. RGB value is (148,57,120). Sum of RGB (Red+Green+Blue) = 148+57+120=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #943978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943978 is #6BC687. Grayscale: #5B5B5B. Windows color (decimal): -7063176 or 7879060. OLE color: 7879060.

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

Color convert

RGB14857120-
CMYK00.610.190.42
HSL318.46º44.39%40.2%-
HSV(B)318.46º61.49%58.04%-
XYZ17.0710.5818.91-
YUV91.39144.15168.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.54%
GREEN value IS 57 (22.66% from 255) = 17.54%
BLUE value IS 120 (47.27% from 255) = 36.92%
R=45.54%
G=17.54%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485712000.610.190.42318.4644.3940.2
Hex94397803D132A13e2c28
Octal2247117007523524765450
Binary100101001110011111000011110110011101010100111110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943978; }

 p { color: rgb(148,57,120); }

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

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

 a { background-color: rgb(148,57,120); }

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

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

 span { border-color: rgb(148,57,120); }

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