#943788

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

Shades of Dark Purple #943788

Tints of Dark Purple #943788

Color information

#943788 (or 0x943788) is unknown color: approx Dark Purple. HEX triplet: 94, 37 and 88. RGB value is (148,55,136). Sum of RGB (Red+Green+Blue) = 148+55+136=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #943788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943788 is #6BC877. Grayscale: #5B5B5B. Windows color (decimal): -7063672 or 8927124. OLE color: 8927124.

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

Color convert

RGB14855136-
CMYK00.630.080.42
HSL307.74º45.81%39.8%-
HSV(B)307.74º62.84%58.04%-
XYZ18.0210.8124.43-
YUV92.04152.81167.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 55 (21.88% from 255) = 16.22%
BLUE value IS 136 (53.52% from 255) = 40.12%
R=43.66%
G=16.22%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485513600.630.080.42307.7445.8139.8
Hex94378803F82A1342e28
Octal2246721007710524645650
Binary100101001101111000100001111111000101010100110100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943788; }

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

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

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

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

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

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

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

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