Html Css Color HEX #941998 Dark Magenta

📋 copy color: '#941998'

red 148 ◦ green 25 ◦ blue 152

#941998
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #941998

Tints of Dark Magenta #941998

RGB

 RED value IS 148 (58.2% 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 value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#941998 (or 0x941998) is known color: 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

RGB 148 25 152 -
CMYK 0.03 0.84 0 0.40
HSL 298.11º 0.72% 0.35% -
HSV(B) 298.11º 0.84% 0.6% -
XYZ 18.23 9.26 30.53 -
YUV 76.26 170.75 179.17 -
System Red Green Blue C M Y K H S L
Decimal 148 25 152 0.03 0.84 0 0.40 298.11 0.72 0.35
Hex 94 19 98 3 54 0 28 12A 48 23
Octal 224 31 230 3 124 0 50 452 110 43
Binary 10010100 11001 10011000 11 1010100 0 101000 100101010 1001000 100011

Color Harmonies of #941998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941998

Black with #941998

Text Example


Text Example

White with #941998

Text Example


Text Example

HTML Codes & Css Web 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>