#943B79

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

Shades of Dark Purple #943B79

Tints of Dark Purple #943B79

Color information

#943B79 (or 0x943B79) is unknown color: approx Dark Purple. HEX triplet: 94, 3B and 79. RGB value is (148,59,121). Sum of RGB (Red+Green+Blue) = 148+59+121=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #943B79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943B79 is #6BC486. Grayscale: #5C5C5C. Windows color (decimal): -7062663 or 7945108. OLE color: 7945108.

HSL color Cylindrical-coordinate representation of color #943B79: hue angle of 318.2º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #943B79 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14859121-
CMYK00.600.180.42
HSL318.2º43%40.59%-
HSV(B)318.2º60.14%58.04%-
XYZ17.2310.819.27-
YUV92.68143.99167.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.12%
GREEN value IS 59 (23.44% from 255) = 17.99%
BLUE value IS 121 (47.66% from 255) = 36.89%
R=45.12%
G=17.99%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485912100.600.180.42318.24340.59
Hex943B7903C122A13e2b29
Octal2247317107422524765351
Binary100101001110111111001011110010010101010100111110101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943B79; }

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

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

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

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

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

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

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

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