#941C7A

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

Shades of Dark Purple #941C7A

Tints of Dark Purple #941C7A

Color information

#941C7A (or 0x941C7A) is unknown color: approx Dark Purple. HEX triplet: 94, 1C and 7A. RGB value is (148,28,122). Sum of RGB (Red+Green+Blue) = 148+28+122=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #941C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941C7A is #6BE385. Grayscale: #4A4A4A. Windows color (decimal): -7070598 or 8002708. OLE color: 8002708.

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

Color convert

RGB14828122-
CMYK00.810.180.42
HSL313º68.18%34.51%-
HSV(B)313º81.08%58.04%-
XYZ16.148.5319.21-
YUV74.6154.76180.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.66%
GREEN value IS 28 (11.33% from 255) = 9.40%
BLUE value IS 122 (48.05% from 255) = 40.94%
R=49.66%
G=9.40%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482812200.810.180.4231368.1834.51
Hex941C7A051122A1394423
Octal224341720121225247110443
Binary1001010011100111101001010001100101010101001110011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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