#943F77

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

Shades of Dark Purple #943F77

Tints of Dark Purple #943F77

Color information

#943F77 (or 0x943F77) is unknown color: approx Dark Purple. HEX triplet: 94, 3F and 77. RGB value is (148,63,119). Sum of RGB (Red+Green+Blue) = 148+63+119=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #943F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943F77 is #6BC088. Grayscale: #5E5E5E. Windows color (decimal): -7061641 or 7815060. OLE color: 7815060.

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

Color convert

RGB14863119-
CMYK00.570.200.42
HSL320.47º40.28%41.37%-
HSV(B)320.47º57.43%58.04%-
XYZ17.3211.1818.7-
YUV94.8141.66165.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 63 (25% from 255) = 19.09%
BLUE value IS 119 (46.88% from 255) = 36.06%
R=44.85%
G=19.09%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486311900.570.200.42320.4740.2841.37
Hex943F77039142A1402829
Octal2247716707124525005051
Binary100101001111111110111011100110100101010101000000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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