#942e88

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

Shades of Dark Purple #942E88

Tints of Dark Purple #942E88

Color information

#942E88 (or 0x942E88) is unknown color: approx Dark Purple. HEX triplet: 94, 2E and 88. RGB value is (148,46,136). Sum of RGB (Red+Green+Blue) = 148+46+136=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #942E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942E88 is #6BD177. Grayscale: #565656. Windows color (decimal): -7065976 or 8924820. OLE color: 8924820.

HSL color Cylindrical-coordinate representation of color #942E88: hue angle of 307.06º 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 #942E88 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB14846136-
CMYK00.690.080.42
HSL307.06º52.58%38.04%-
HSV(B)307.06º68.92%58.04%-
XYZ17.6310.0324.3-
YUV86.76155.79171.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 46 (18.36% from 255) = 13.94%
BLUE value IS 136 (53.52% from 255) = 41.21%
R=44.85%
G=13.94%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484613600.690.080.42307.0652.5838.04
Hex942E8804582A1333526
Octal22456210010510524636546
Binary1001010010111010001000010001011000101010100110011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942e88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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