#94188D

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

Shades of Dark Magenta #94188D

Tints of Dark Magenta #94188D

Color information

#94188D (or 0x94188D) is unknown color: approx Dark Magenta. HEX triplet: 94, 18 and 8D. RGB value is (148,24,141). Sum of RGB (Red+Green+Blue) = 148+24+141=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #94188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94188D is #6BE772. Grayscale: #4A4A4A. Windows color (decimal): -7071603 or 9246868. OLE color: 9246868.

HSL color Cylindrical-coordinate representation of color #94188D: hue angle of 303.39º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94188D is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14824141-
CMYK00.840.050.42
HSL303.39º72.09%33.73%-
HSV(B)303.39º83.78%58.04%-
XYZ17.358.8726-
YUV74.41165.58180.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.28%
GREEN value IS 24 (9.77% from 255) = 7.67%
BLUE value IS 141 (55.47% from 255) = 45.05%
R=47.28%
G=7.67%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482414100.840.050.42303.3972.0933.73
Hex94188D05452A12f4822
Octal22430215012455245711042
Binary100101001100010001101010101001011010101001011111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94188D; }

 p { color: rgb(148,24,141); }

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

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

 a { background-color: rgb(148,24,141); }

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

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

 span { border-color: rgb(148,24,141); }

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