#94189D

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

Shades of Dark Magenta #94189D

Tints of Dark Magenta #94189D

Color information

#94189D (or 0x94189D) is unknown color: approx Dark Magenta. HEX triplet: 94, 18 and 9D. RGB value is (148,24,157). Sum of RGB (Red+Green+Blue) = 148+24+157=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #94189D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94189D is #6BE762. Grayscale: #4B4B4B. Windows color (decimal): -7071587 or 10295444. OLE color: 10295444.

HSL color Cylindrical-coordinate representation of color #94189D: hue angle of 295.94º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #94189D is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14824157-
CMYK0.060.8500.38
HSL295.94º73.48%35.49%-
HSV(B)295.94º84.71%61.57%-
XYZ18.639.3832.73-
YUV76.24173.58179.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.98%
GREEN value IS 24 (9.77% from 255) = 7.29%
BLUE value IS 157 (61.72% from 255) = 47.72%
R=44.98%
G=7.29%
B=47.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148241570.060.8500.38295.9473.4835.49
Hex94189D6550261284923
Octal22430235612504645011143
Binary100101001100010011101110101010101001101001010001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94189D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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