#941998

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

Shades of Dark Magenta #941998

Tints of Dark Magenta #941998

Color information

#941998 (or 0x941998) is unknown color: approx Dark Magenta. HEX triplet: 94, 19 and 98. RGB value is (148,25,152). Sum of RGB (Red+Green+Blue) = 148+25+152=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #941998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941998 is #6BE667. Grayscale: #4B4B4B. Windows color (decimal): -7071336 or 9968020. OLE color: 9968020.

HSL color Cylindrical-coordinate representation of color #941998: hue angle of 298.11º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #941998 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14825152-
CMYK0.030.8400.40
HSL298.11º71.75%34.71%-
HSV(B)298.11º83.55%59.61%-
XYZ18.239.2630.53-
YUV76.26170.75179.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.54%
GREEN value IS 25 (10.16% from 255) = 7.69%
BLUE value IS 152 (59.77% from 255) = 46.77%
R=45.54%
G=7.69%
B=46.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal148251520.030.8400.40298.1171.7534.71
Hex94199835402812a4823
Octal22431230312405045211043
Binary10010100110011001100011101010001010001001010101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941998; }

 p { color: rgb(148,25,152); }

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

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

 a { background-color: rgb(148,25,152); }

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

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

 span { border-color: rgb(148,25,152); }

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