Html Css Color HEX #9E0398 Dark Magenta

📋 copy color: '#9E0398'

red 158 ◦ green 3 ◦ blue 152

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

Shades of Dark Magenta #9E0398

Tints of Dark Magenta #9E0398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 50.48%
G = 0.96%
B = 48.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9E0398 (or 0x9E0398) is known color: Dark Magenta. HEX triplet: 9E, 03 and 98. RGB value is (158,3,152). Sum of RGB (Red+Green+Blue) = 158+3+152=313 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.48% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0398 is #61FC67. Grayscale: #414141. Windows color (decimal): -6421608 or 9962398. OLE color: 9962398.

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

Color convert

RGB 158 3 152 -
CMYK 0 0.98 0.04 0.38
HSL 302.32º 0.96% 0.32% -
HSV(B) 302.32º 0.98% 0.62% -
XYZ 19.8 9.6 30.52 -
YUV 66.33 176.35 193.38 -
System Red Green Blue C M Y K H S L
Decimal 158 3 152 0 0.98 0.04 0.38 302.32 0.96 0.32
Hex 9E 3 98 0 62 4 26 12E 60 20
Octal 236 3 230 0 142 4 46 456 140 40
Binary 10011110 11 10011000 0 1100010 100 100110 100101110 1100000 100000

Color Harmonies of #9E0398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0398

Black with #9E0398

Text Example


Text Example

White with #9E0398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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