#943E77

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

Shades of Dark Purple #943E77

Tints of Dark Purple #943E77

Color information

#943E77 (or 0x943E77) is unknown color: approx Dark Purple. HEX triplet: 94, 3E and 77. RGB value is (148,62,119). Sum of RGB (Red+Green+Blue) = 148+62+119=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #943E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943E77 is #6BC188. Grayscale: #5E5E5E. Windows color (decimal): -7061897 or 7814804. OLE color: 7814804.

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

Color convert

RGB14862119-
CMYK00.580.200.42
HSL320.23º40.95%41.18%-
HSV(B)320.23º58.11%58.04%-
XYZ17.2711.0718.68-
YUV94.21141.99166.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.98%
GREEN value IS 62 (24.61% from 255) = 18.84%
BLUE value IS 119 (46.88% from 255) = 36.17%
R=44.98%
G=18.84%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486211900.580.200.42320.2340.9541.18
Hex943E7703A142A1402929
Octal2247616707224525005151
Binary100101001111101110111011101010100101010101000000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,62,119); }

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

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

 a { background-color: rgb(148,62,119); }

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

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

 span { border-color: rgb(148,62,119); }

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