#943886

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

Shades of Dark Purple #943886

Tints of Dark Purple #943886

Color information

#943886 (or 0x943886) is unknown color: approx Dark Purple. HEX triplet: 94, 38 and 86. RGB value is (148,56,134). Sum of RGB (Red+Green+Blue) = 148+56+134=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #943886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943886 is #6BC779. Grayscale: #5C5C5C. Windows color (decimal): -7063418 or 8796308. OLE color: 8796308.

HSL color Cylindrical-coordinate representation of color #943886: hue angle of 309.13º 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 #943886 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB14856134-
CMYK00.620.090.42
HSL309.13º45.1%40%-
HSV(B)309.13º62.16%58.04%-
XYZ17.9310.8523.7-
YUV92.4151.48167.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 56 (22.27% from 255) = 16.57%
BLUE value IS 134 (52.73% from 255) = 39.64%
R=43.79%
G=16.57%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485613400.620.090.42309.1345.140
Hex94388603E92A1352d28
Octal2247020607611524655550
Binary100101001110001000011001111101001101010100110101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943886; }

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

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

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

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

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

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

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

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