#943975

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

Shades of Dark Purple #943975

Tints of Dark Purple #943975

Color information

#943975 (or 0x943975) is unknown color: approx Dark Purple. HEX triplet: 94, 39 and 75. RGB value is (148,57,117). Sum of RGB (Red+Green+Blue) = 148+57+117=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #943975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943975 is #6BC68A. Grayscale: #5A5A5A. Windows color (decimal): -7063179 or 7682452. OLE color: 7682452.

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

Color convert

RGB14857117-
CMYK00.610.210.42
HSL320.44º44.39%40.2%-
HSV(B)320.44º61.49%58.04%-
XYZ16.8910.5117.97-
YUV91.05142.65168.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.96%
GREEN value IS 57 (22.66% from 255) = 17.70%
BLUE value IS 117 (46.09% from 255) = 36.34%
R=45.96%
G=17.70%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485711700.610.210.42320.4444.3940.2
Hex94397503D152A1402c28
Octal2247116507525525005450
Binary100101001110011110101011110110101101010101000000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943975; }

 p { color: rgb(148,57,117); }

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

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

 a { background-color: rgb(148,57,117); }

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

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

 span { border-color: rgb(148,57,117); }

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