#941D6D

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

Shades of Dark Purple #941D6D

Tints of Dark Purple #941D6D

Color information

#941D6D (or 0x941D6D) is unknown color: approx Dark Purple. HEX triplet: 94, 1D and 6D. RGB value is (148,29,109). Sum of RGB (Red+Green+Blue) = 148+29+109=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #941D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941D6D is #6BE292. Grayscale: #494949. Windows color (decimal): -7070355 or 7150996. OLE color: 7150996.

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

Color convert

RGB14829109-
CMYK00.800.260.42
HSL319.66º67.23%34.71%-
HSV(B)319.66º80.41%58.04%-
XYZ15.418.2815.25-
YUV73.7147.92181-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.75%
GREEN value IS 29 (11.72% from 255) = 10.14%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=51.75%
G=10.14%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482910900.800.260.42319.6667.2334.71
Hex941D6D0501A2A1404323
Octal224351550120325250010343
Binary1001010011101110110101010000110101010101010000001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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