#943489

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

Shades of Dark Purple #943489

Tints of Dark Purple #943489

Color information

#943489 (or 0x943489) is unknown color: approx Dark Purple. HEX triplet: 94, 34 and 89. RGB value is (148,52,137). Sum of RGB (Red+Green+Blue) = 148+52+137=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #943489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943489 is #6BCB76. Grayscale: #5A5A5A. Windows color (decimal): -7064439 or 8991892. OLE color: 8991892.

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

Color convert

RGB14852137-
CMYK00.650.070.42
HSL306.88º48%39.22%-
HSV(B)306.88º64.86%58.04%-
XYZ17.9610.5624.76-
YUV90.39154.3169.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.92%
GREEN value IS 52 (20.70% from 255) = 15.43%
BLUE value IS 137 (53.91% from 255) = 40.65%
R=43.92%
G=15.43%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485213700.650.070.42306.884839.22
Hex94348904172A1333027
Octal2246421101017524636047
Binary100101001101001000100101000001111101010100110011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943489; }

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

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

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

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

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

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

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

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