Html Css Color HEX #9E0098 Dark Magenta

📋 copy color: '#9E0098'

red 158 ◦ green 0 ◦ blue 152

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

Shades of Dark Magenta #9E0098

Tints of Dark Magenta #9E0098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.97%
G = 0%
B = 49.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9E0098 (or 0x9E0098) is known color: Dark Magenta. HEX triplet: 9E, 00 and 98. RGB value is (158,0,152). Sum of RGB (Red+Green+Blue) = 158+0+152=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0098 is #61FF67. Grayscale: #404040. Windows color (decimal): -6422376 or 9961630. OLE color: 9961630.

HSL color Cylindrical-coordinate representation of color #9E0098: hue angle of 302.28º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E0098 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 0 152 -
CMYK 0 1 0.04 0.38
HSL 302.28º 1% 0.31% -
HSV(B) 302.28º 1% 0.62% -
XYZ 19.77 9.54 30.5 -
YUV 64.57 177.35 194.64 -
System Red Green Blue C M Y K H S L
Decimal 158 0 152 0 1 0.04 0.38 302.28 1 0.31
Hex 9E 0 98 0 64 4 26 12E 64 1F
Octal 236 0 230 0 144 4 46 456 144 37
Binary 10011110 0 10011000 0 1100100 100 100110 100101110 1100100 11111

Color Harmonies of #9E0098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0098

Black with #9E0098

Text Example


Text Example

White with #9E0098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,0,152); }

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

background-color css

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

 a { background-color: rgb(158,0,152); }

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

border-color css

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

 span { border-color: rgb(158,0,152); }

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