#941D86

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

Shades of Dark Purple #941D86

Tints of Dark Purple #941D86

Color information

#941D86 (or 0x941D86) is unknown color: approx Dark Purple. HEX triplet: 94, 1D and 86. RGB value is (148,29,134). Sum of RGB (Red+Green+Blue) = 148+29+134=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #941D86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941D86 is #6BE279. Grayscale: #4C4C4C. Windows color (decimal): -7070330 or 8789396. OLE color: 8789396.

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

Color convert

RGB14829134-
CMYK00.800.090.42
HSL307.06º67.23%34.71%-
HSV(B)307.06º80.41%58.04%-
XYZ16.968.923.38-
YUV76.55160.42178.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.59%
GREEN value IS 29 (11.72% from 255) = 9.32%
BLUE value IS 134 (52.73% from 255) = 43.09%
R=47.59%
G=9.32%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482913400.800.090.42307.0667.2334.71
Hex941D8605092A1334323
Octal224352060120115246310343
Binary1001010011101100001100101000010011010101001100111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941D86; }

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

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

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

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

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

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

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

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