Html Css Color HEX #940998 Dark Magenta

📋 copy color: '#940998'

red 148 ◦ green 9 ◦ blue 152

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

Shades of Dark Magenta #940998

Tints of Dark Magenta #940998

RGB

 RED value IS 148 (58.2% from 255) = 47.9%

 GREEN value IS 9 (3.91% from 255) = 2.91%

 BLUE value IS 152 (59.77% from 255) = 49.19%

R = 47.9%
G = 2.91%
B = 49.19%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#940998 (or 0x940998) is known color: Dark Magenta. HEX triplet: 94, 09 and 98. RGB value is (148,9,152). Sum of RGB (Red+Green+Blue) = 148+9+152=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: blue. Hex color #940998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940998 is #6BF667. Grayscale: #424242. Windows color (decimal): -7075432 or 9963924. OLE color: 9963924.

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

Color convert

RGB 148 9 152 -
CMYK 0.03 0.94 0 0.40
HSL 298.32º 0.89% 0.32% -
HSV(B) 298.32º 0.94% 0.6% -
XYZ 17.98 8.76 30.45 -
YUV 66.86 176.05 185.87 -
System Red Green Blue C M Y K H S L
Decimal 148 9 152 0.03 0.94 0 0.40 298.32 0.89 0.32
Hex 94 9 98 3 5E 0 28 12A 59 20
Octal 224 11 230 3 136 0 50 452 131 40
Binary 10010100 1001 10011000 11 1011110 0 101000 100101010 1011001 100000

Color Harmonies of #940998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940998

Black with #940998

Text Example


Text Example

White with #940998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940998; }

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

 H1.HeaderClassName
 {
   color: #940998;
 }
 .AnyTagClassName
 {
   color: #940998;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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