#943B76

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

Shades of Dark Purple #943B76

Tints of Dark Purple #943B76

Color information

#943B76 (or 0x943B76) is unknown color: approx Dark Purple. HEX triplet: 94, 3B and 76. RGB value is (148,59,118). Sum of RGB (Red+Green+Blue) = 148+59+118=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #943B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943B76 is #6BC489. Grayscale: #5C5C5C. Windows color (decimal): -7062666 or 7748500. OLE color: 7748500.

HSL color Cylindrical-coordinate representation of color #943B76: hue angle of 320.22º 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 #943B76 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14859118-
CMYK00.600.200.42
HSL320.22º43%40.59%-
HSV(B)320.22º60.14%58.04%-
XYZ17.0510.7318.31-
YUV92.34142.49167.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.54%
GREEN value IS 59 (23.44% from 255) = 18.15%
BLUE value IS 118 (46.48% from 255) = 36.31%
R=45.54%
G=18.15%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485911800.600.200.42320.224340.59
Hex943B7603C142A1402b29
Octal2247316607424525005351
Binary100101001110111110110011110010100101010101000000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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