#941A72

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

Shades of Dark Purple #941A72

Tints of Dark Purple #941A72

Color information

#941A72 (or 0x941A72) is unknown color: approx Dark Purple. HEX triplet: 94, 1A and 72. RGB value is (148,26,114). Sum of RGB (Red+Green+Blue) = 148+26+114=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #941A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941A72 is #6BE58D. Grayscale: #484848. Windows color (decimal): -7071118 or 7477908. OLE color: 7477908.

HSL color Cylindrical-coordinate representation of color #941A72: hue angle of 316.72º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #941A72 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB14826114-
CMYK00.820.230.42
HSL316.72º70.11%34.12%-
HSV(B)316.72º82.43%58.04%-
XYZ15.628.2516.69-
YUV72.51151.42181.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.39%
GREEN value IS 26 (10.55% from 255) = 9.03%
BLUE value IS 114 (44.92% from 255) = 39.58%
R=51.39%
G=9.03%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482611400.820.230.42316.7270.1134.12
Hex941A72052172A13d4622
Octal224321620122275247510642
Binary1001010011010111001001010010101111010101001111011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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