Html Css Color HEX #9E098F Dark Magenta

📋 copy color: '#9E098F'

red 158 ◦ green 9 ◦ blue 143

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

Shades of Dark Magenta #9E098F

Tints of Dark Magenta #9E098F

RGB

 RED value IS 158 (62.11% from 255) = 50.97%

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

 BLUE value IS 143 (56.25% from 255) = 46.13%

R = 50.97%
G = 2.9%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9E098F (or 0x9E098F) is known color: Dark Magenta. HEX triplet: 9E, 09 and 8F. RGB value is (158,9,143). Sum of RGB (Red+Green+Blue) = 158+9+143=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E098F is #61F670. Grayscale: #444444. Windows color (decimal): -6420081 or 9374110. OLE color: 9374110.

HSL color Cylindrical-coordinate representation of color #9E098F: hue angle of 306.04º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E098F is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 9 143 -
CMYK 0 0.94 0.09 0.38
HSL 306.04º 0.89% 0.33% -
HSV(B) 306.04º 0.94% 0.62% -
XYZ 19.16 9.45 26.8 -
YUV 68.83 169.86 191.6 -
System Red Green Blue C M Y K H S L
Decimal 158 9 143 0 0.94 0.09 0.38 306.04 0.89 0.33
Hex 9E 9 8F 0 5E 9 26 132 59 21
Octal 236 11 217 0 136 11 46 462 131 41
Binary 10011110 1001 10001111 0 1011110 1001 100110 100110010 1011001 100001

Color Harmonies of #9E098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E098F

Black with #9E098F

Text Example


Text Example

White with #9E098F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E098F; }

 p { color: rgb(158,9,143); }

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

background-color css

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

 a { background-color: rgb(158,9,143); }

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

border-color css

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

 span { border-color: rgb(158,9,143); }

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