#943388

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

Shades of Dark Purple #943388

Tints of Dark Purple #943388

Color information

#943388 (or 0x943388) is unknown color: approx Dark Purple. HEX triplet: 94, 33 and 88. RGB value is (148,51,136). Sum of RGB (Red+Green+Blue) = 148+51+136=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #943388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943388 is #6BCC77. Grayscale: #595959. Windows color (decimal): -7064696 or 8926100. OLE color: 8926100.

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

Color convert

RGB14851136-
CMYK00.660.080.42
HSL307.42º48.74%39.02%-
HSV(B)307.42º65.54%58.04%-
XYZ17.8410.4424.37-
YUV89.69154.14169.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.18%
GREEN value IS 51 (20.31% from 255) = 15.22%
BLUE value IS 136 (53.52% from 255) = 40.60%
R=44.18%
G=15.22%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485113600.660.080.42307.4248.7439.02
Hex94338804282A1333127
Octal22463210010210524636147
Binary1001010011001110001000010000101000101010100110011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943388; }

 p { color: rgb(148,51,136); }

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

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

 a { background-color: rgb(148,51,136); }

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

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

 span { border-color: rgb(148,51,136); }

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