#943876

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

Shades of Dark Purple #943876

Tints of Dark Purple #943876

Color information

#943876 (or 0x943876) is unknown color: approx Dark Purple. HEX triplet: 94, 38 and 76. RGB value is (148,56,118). Sum of RGB (Red+Green+Blue) = 148+56+118=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #943876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943876 is #6BC789. Grayscale: #5A5A5A. Windows color (decimal): -7063434 or 7747732. OLE color: 7747732.

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

Color convert

RGB14856118-
CMYK00.620.200.42
HSL319.57º45.1%40%-
HSV(B)319.57º62.16%58.04%-
XYZ16.910.4318.26-
YUV90.58143.48168.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.96%
GREEN value IS 56 (22.27% from 255) = 17.39%
BLUE value IS 118 (46.48% from 255) = 36.65%
R=45.96%
G=17.39%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485611800.620.200.42319.5745.140
Hex94387603E142A1402d28
Octal2247016607624525005550
Binary100101001110001110110011111010100101010101000000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943876; }

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

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

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

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

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

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

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

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