#942972

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

Shades of Dark Purple #942972

Tints of Dark Purple #942972

Color information

#942972 (or 0x942972) is unknown color: approx Dark Purple. HEX triplet: 94, 29 and 72. RGB value is (148,41,114). Sum of RGB (Red+Green+Blue) = 148+41+114=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #942972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942972 is #6BD68D. Grayscale: #515151. Windows color (decimal): -7067278 or 7481748. OLE color: 7481748.

HSL color Cylindrical-coordinate representation of color #942972: hue angle of 319.07º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #942972 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB14841114-
CMYK00.720.230.42
HSL319.07º56.61%37.06%-
HSV(B)319.07º72.3%58.04%-
XYZ16.049.116.83-
YUV81.31146.45175.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.84%
GREEN value IS 41 (16.41% from 255) = 13.53%
BLUE value IS 114 (44.92% from 255) = 37.62%
R=48.84%
G=13.53%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484111400.720.230.42319.0756.6137.06
Hex942972048172A13f3925
Octal22451162011027524777145
Binary1001010010100111100100100100010111101010100111111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942972; }

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

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

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

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

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

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

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

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