#942971

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

Shades of Dark Purple #942971

Tints of Dark Purple #942971

Color information

#942971 (or 0x942971) is unknown color: approx Dark Purple. HEX triplet: 94, 29 and 71. RGB value is (148,41,113). Sum of RGB (Red+Green+Blue) = 148+41+113=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #942971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942971 is #6BD68E. Grayscale: #515151. Windows color (decimal): -7067279 or 7416212. OLE color: 7416212.

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

Color convert

RGB14841113-
CMYK00.720.240.42
HSL319.63º56.61%37.06%-
HSV(B)319.63º72.3%58.04%-
XYZ15.999.0716.53-
YUV81.2145.95175.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.01%
GREEN value IS 41 (16.41% from 255) = 13.58%
BLUE value IS 113 (44.53% from 255) = 37.42%
R=49.01%
G=13.58%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484111300.720.240.42319.6356.6137.06
Hex942971048182A1403925
Octal22451161011030525007145
Binary1001010010100111100010100100011000101010101000000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942971; }

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

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

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

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

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

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

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

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