#943289

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

Shades of Dark Purple #943289

Tints of Dark Purple #943289

Color information

#943289 (or 0x943289) is unknown color: approx Dark Purple. HEX triplet: 94, 32 and 89. RGB value is (148,50,137). Sum of RGB (Red+Green+Blue) = 148+50+137=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #943289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943289 is #6BCD76. Grayscale: #585858. Windows color (decimal): -7064951 or 8991380. OLE color: 8991380.

HSL color Cylindrical-coordinate representation of color #943289: hue angle of 306.73º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #943289 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14850137-
CMYK00.660.070.42
HSL306.73º49.49%38.82%-
HSV(B)306.73º66.22%58.04%-
XYZ17.8710.3824.73-
YUV89.22154.97169.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.18%
GREEN value IS 50 (19.92% from 255) = 14.93%
BLUE value IS 137 (53.91% from 255) = 40.90%
R=44.18%
G=14.93%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485013700.660.070.42306.7349.4938.82
Hex94328904272A1333127
Octal2246221101027524636147
Binary100101001100101000100101000010111101010100110011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943289; }

 p { color: rgb(148,50,137); }

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

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

 a { background-color: rgb(148,50,137); }

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

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

 span { border-color: rgb(148,50,137); }

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