#941C6D

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

Shades of Dark Purple #941C6D

Tints of Dark Purple #941C6D

Color information

#941C6D (or 0x941C6D) is unknown color: approx Dark Purple. HEX triplet: 94, 1C and 6D. RGB value is (148,28,109). Sum of RGB (Red+Green+Blue) = 148+28+109=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #941C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941C6D is #6BE392. Grayscale: #484848. Windows color (decimal): -7070611 or 7150740. OLE color: 7150740.

HSL color Cylindrical-coordinate representation of color #941C6D: hue angle of 319.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #941C6D is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14828109-
CMYK00.810.260.42
HSL319.5º68.18%34.51%-
HSV(B)319.5º81.08%58.04%-
XYZ15.398.2315.25-
YUV73.11148.26181.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.93%
GREEN value IS 28 (11.33% from 255) = 9.82%
BLUE value IS 109 (42.97% from 255) = 38.25%
R=51.93%
G=9.82%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482810900.810.260.42319.568.1834.51
Hex941C6D0511A2A1404423
Octal224341550121325250010443
Binary1001010011100110110101010001110101010101010000001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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