#941D6C

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

Shades of Dark Purple #941D6C

Tints of Dark Purple #941D6C

Color information

#941D6C (or 0x941D6C) is unknown color: approx Dark Purple. HEX triplet: 94, 1D and 6C. RGB value is (148,29,108). Sum of RGB (Red+Green+Blue) = 148+29+108=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #941D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941D6C is #6BE293. Grayscale: #494949. Windows color (decimal): -7070356 or 7085460. OLE color: 7085460.

HSL color Cylindrical-coordinate representation of color #941D6C: hue angle of 320.17º 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 #941D6C is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14829108-
CMYK00.800.270.42
HSL320.17º67.23%34.71%-
HSV(B)320.17º80.41%58.04%-
XYZ15.368.2614.97-
YUV73.59147.42181.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.93%
GREEN value IS 29 (11.72% from 255) = 10.18%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=51.93%
G=10.18%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482910800.800.270.42320.1767.2334.71
Hex941D6C0501B2A1404323
Octal224351540120335250010343
Binary1001010011101110110001010000110111010101010000001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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