#942E70

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

Shades of Dark Purple #942E70

Tints of Dark Purple #942E70

Color information

#942E70 (or 0x942E70) is unknown color: approx Dark Purple. HEX triplet: 94, 2E and 70. RGB value is (148,46,112). Sum of RGB (Red+Green+Blue) = 148+46+112=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #942E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942E70 is #6BD18F. Grayscale: #535353. Windows color (decimal): -7066000 or 7351956. OLE color: 7351956.

HSL color Cylindrical-coordinate representation of color #942E70: hue angle of 321.18º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #942E70 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14846112-
CMYK00.690.240.42
HSL321.18º52.58%38.04%-
HSV(B)321.18º68.92%58.04%-
XYZ16.119.4216.3-
YUV84.02143.79173.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.37%
GREEN value IS 46 (18.36% from 255) = 15.03%
BLUE value IS 112 (44.14% from 255) = 36.60%
R=48.37%
G=15.03%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484611200.690.240.42321.1852.5838.04
Hex942E70045182A1413526
Octal22456160010530525016546
Binary1001010010111011100000100010111000101010101000001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942E70; }

 p { color: rgb(148,46,112); }

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

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

 a { background-color: rgb(148,46,112); }

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

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

 span { border-color: rgb(148,46,112); }

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