#943982

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

Shades of Dark Purple #943982

Tints of Dark Purple #943982

Color information

#943982 (or 0x943982) is unknown color: approx Dark Purple. HEX triplet: 94, 39 and 82. RGB value is (148,57,130). Sum of RGB (Red+Green+Blue) = 148+57+130=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #943982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943982 is #6BC67D. Grayscale: #5C5C5C. Windows color (decimal): -7063166 or 8534420. OLE color: 8534420.

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

Color convert

RGB14857130-
CMYK00.610.120.42
HSL311.87º44.39%40.2%-
HSV(B)311.87º61.49%58.04%-
XYZ17.7110.8322.28-
YUV92.53149.15167.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.18%
GREEN value IS 57 (22.66% from 255) = 17.01%
BLUE value IS 130 (51.17% from 255) = 38.81%
R=44.18%
G=17.01%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485713000.610.120.42311.8744.3940.2
Hex94398203DC2A1382c28
Octal2247120207514524705450
Binary100101001110011000001001111011100101010100111000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943982; }

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

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

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

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

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

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

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

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