Html Css Color HEX #9E1290 Dark Magenta

📋 copy color: '#9E1290'

red 158 ◦ green 18 ◦ blue 144

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

Shades of Dark Magenta #9E1290

Tints of Dark Magenta #9E1290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.63%

 BLUE value IS 144 (56.64% from 255) = 45%

R = 49.38%
G = 5.63%
B = 45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9E1290 (or 0x9E1290) is known color: Dark Magenta. HEX triplet: 9E, 12 and 90. RGB value is (158,18,144). Sum of RGB (Red+Green+Blue) = 158+18+144=320 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.38% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1290 is #61ED6F. Grayscale: #494949. Windows color (decimal): -6417776 or 9441950. OLE color: 9441950.

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

Color convert

RGB 158 18 144 -
CMYK 0 0.89 0.09 0.38
HSL 306º 0.8% 0.35% -
HSV(B) 306º 0.89% 0.62% -
XYZ 19.35 9.72 27.24 -
YUV 74.22 167.38 187.75 -
System Red Green Blue C M Y K H S L
Decimal 158 18 144 0 0.89 0.09 0.38 306 0.8 0.35
Hex 9E 12 90 0 59 9 26 132 50 23
Octal 236 22 220 0 131 11 46 462 120 43
Binary 10011110 10010 10010000 0 1011001 1001 100110 100110010 1010000 100011

Color Harmonies of #9E1290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1290

Black with #9E1290

Text Example


Text Example

White with #9E1290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,18,144); }

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

background-color css

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

 a { background-color: rgb(158,18,144); }

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

border-color css

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

 span { border-color: rgb(158,18,144); }

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