#942890

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

Shades of Dark Purple #942890

Tints of Dark Purple #942890

Color information

#942890 (or 0x942890) is unknown color: approx Dark Purple. HEX triplet: 94, 28 and 90. RGB value is (148,40,144). Sum of RGB (Red+Green+Blue) = 148+40+144=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #942890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942890 is #6BD76F. Grayscale: #535353. Windows color (decimal): -7067504 or 9447572. OLE color: 9447572.

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

Color convert

RGB14840144-
CMYK00.730.030.42
HSL302.22º57.45%36.86%-
HSV(B)302.22º72.97%58.04%-
XYZ18.019.8327.33-
YUV84.15161.78173.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.58%
GREEN value IS 40 (16.02% from 255) = 12.05%
BLUE value IS 144 (56.64% from 255) = 43.37%
R=44.58%
G=12.05%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484014400.730.030.42302.2257.4536.86
Hex94289004932A12e3925
Octal2245022001113524567145
Binary10010100101000100100000100100111101010100101110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942890; }

 p { color: rgb(148,40,144); }

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

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

 a { background-color: rgb(148,40,144); }

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

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

 span { border-color: rgb(148,40,144); }

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