#941E95

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

Shades of Dark Magenta #941E95

Tints of Dark Magenta #941E95

Color information

#941E95 (or 0x941E95) is unknown color: approx Dark Magenta. HEX triplet: 94, 1E and 95. RGB value is (148,30,149). Sum of RGB (Red+Green+Blue) = 148+30+149=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #941E95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941E95 is #6BE16A. Grayscale: #4E4E4E. Windows color (decimal): -7070059 or 9772692. OLE color: 9772692.

HSL color Cylindrical-coordinate representation of color #941E95: hue angle of 299.5º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #941E95 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14830149-
CMYK0.010.8000.42
HSL299.5º66.48%35.1%-
HSV(B)299.5º79.87%58.43%-
XYZ18.19.3929.29-
YUV78.85167.59177.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.26%
GREEN value IS 30 (12.11% from 255) = 9.17%
BLUE value IS 149 (58.59% from 255) = 45.57%
R=45.26%
G=9.17%
B=45.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148301490.010.8000.42299.566.4835.1
Hex941E9515002A12b4223
Octal22436225112005245310243
Binary1001010011110100101011101000001010101001010111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941E95; }

 p { color: rgb(148,30,149); }

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

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

 a { background-color: rgb(148,30,149); }

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

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

 span { border-color: rgb(148,30,149); }

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