#943186

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

Shades of Dark Purple #943186

Tints of Dark Purple #943186

Color information

#943186 (or 0x943186) is unknown color: approx Dark Purple. HEX triplet: 94, 31 and 86. RGB value is (148,49,134). Sum of RGB (Red+Green+Blue) = 148+49+134=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #943186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943186 is #6BCE79. Grayscale: #585858. Windows color (decimal): -7065210 or 8794516. OLE color: 8794516.

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

Color convert

RGB14849134-
CMYK00.670.090.42
HSL308.48º50.25%38.63%-
HSV(B)308.48º66.89%58.04%-
XYZ17.6110.2123.6-
YUV88.29153.8170.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 49 (19.53% from 255) = 14.80%
BLUE value IS 134 (52.73% from 255) = 40.48%
R=44.71%
G=14.80%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484913400.670.090.42308.4850.2538.63
Hex94318604392A1343227
Octal22461206010311524646247
Binary1001010011000110000110010000111001101010100110100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943186; }

 p { color: rgb(148,49,134); }

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

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

 a { background-color: rgb(148,49,134); }

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

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

 span { border-color: rgb(148,49,134); }

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