#941774

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

Shades of Dark Purple #941774

Tints of Dark Purple #941774

Color information

#941774 (or 0x941774) is unknown color: approx Dark Purple. HEX triplet: 94, 17 and 74. RGB value is (148,23,116). Sum of RGB (Red+Green+Blue) = 148+23+116=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #941774 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941774 is #6BE88B. Grayscale: #464646. Windows color (decimal): -7071884 or 7608212. OLE color: 7608212.

HSL color Cylindrical-coordinate representation of color #941774: hue angle of 315.36º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #941774 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB14823116-
CMYK00.840.220.42
HSL315.36º73.1%33.53%-
HSV(B)315.36º84.46%58.04%-
XYZ15.678.1717.27-
YUV70.98153.41182.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.57%
GREEN value IS 23 (9.38% from 255) = 8.01%
BLUE value IS 116 (45.70% from 255) = 40.42%
R=51.57%
G=8.01%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482311600.840.220.42315.3673.133.53
Hex941774054162A13b4922
Octal224271640124265247311142
Binary1001010010111111010001010100101101010101001110111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941774; }

 p { color: rgb(148,23,116); }

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

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

 a { background-color: rgb(148,23,116); }

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

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

 span { border-color: rgb(148,23,116); }

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