#941772

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

Shades of Dark Purple #941772

Tints of Dark Purple #941772

Color information

#941772 (or 0x941772) is unknown color: approx Dark Purple. HEX triplet: 94, 17 and 72. RGB value is (148,23,114). Sum of RGB (Red+Green+Blue) = 148+23+114=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #941772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941772 is #6BE88D. Grayscale: #464646. Windows color (decimal): -7071886 or 7477140. OLE color: 7477140.

HSL color Cylindrical-coordinate representation of color #941772: hue angle of 316.32º 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 #941772 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB14823114-
CMYK00.840.230.42
HSL316.32º73.1%33.53%-
HSV(B)316.32º84.46%58.04%-
XYZ15.568.1216.67-
YUV70.75152.41183.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.93%
GREEN value IS 23 (9.38% from 255) = 8.07%
BLUE value IS 114 (44.92% from 255) = 40%
R=51.93%
G=8.07%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482311400.840.230.42316.3273.133.53
Hex941772054172A13c4922
Octal224271620124275247411142
Binary1001010010111111001001010100101111010101001111001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941772; }

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

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

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

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

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

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

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

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