Html Css Color HEX #9E189F Dark Magenta

📋 copy color: '#9E189F'

red 158 ◦ green 24 ◦ blue 159

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

Shades of Dark Magenta #9E189F

Tints of Dark Magenta #9E189F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.04%

 BLUE value IS 159 (62.5% from 255) = 46.63%

R = 46.33%
G = 7.04%
B = 46.63%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9E189F (or 0x9E189F) is known color: Dark Magenta. HEX triplet: 9E, 18 and 9F. RGB value is (158,24,159). Sum of RGB (Red+Green+Blue) = 158+24+159=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E189F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E189F is #61E760. Grayscale: #4F4F4F. Windows color (decimal): -6416225 or 10426526. OLE color: 10426526.

HSL color Cylindrical-coordinate representation of color #9E189F: hue angle of 299.56º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E189F is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 24 159 -
CMYK 0.01 0.85 0 0.38
HSL 299.56º 0.74% 0.36% -
HSV(B) 299.56º 0.85% 0.62% -
XYZ 20.69 10.43 33.72 -
YUV 79.46 172.89 184.02 -
System Red Green Blue C M Y K H S L
Decimal 158 24 159 0.01 0.85 0 0.38 299.56 0.74 0.36
Hex 9E 18 9F 1 55 0 26 12C 4A 24
Octal 236 30 237 1 125 0 46 454 112 44
Binary 10011110 11000 10011111 1 1010101 0 100110 100101100 1001010 100100

Color Harmonies of #9E189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E189F

Black with #9E189F

Text Example


Text Example

White with #9E189F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,24,159); }

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

background-color css

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

 a { background-color: rgb(158,24,159); }

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

border-color css

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

 span { border-color: rgb(158,24,159); }

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