Html Css Color HEX #9E088A Dark Magenta

📋 copy color: '#9E088A'

red 158 ◦ green 8 ◦ blue 138

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

Shades of Dark Magenta #9E088A

Tints of Dark Magenta #9E088A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.63%

 BLUE value IS 138 (54.3% from 255) = 45.39%

R = 51.97%
G = 2.63%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9E088A (or 0x9E088A) is known color: Dark Magenta. HEX triplet: 9E, 08 and 8A. RGB value is (158,8,138). Sum of RGB (Red+Green+Blue) = 158+8+138=304 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.97% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 158 - color contains mainly: red. Hex color #9E088A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E088A is #61F775. Grayscale: #434343. Windows color (decimal): -6420342 or 9046174. OLE color: 9046174.

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

Color convert

RGB 158 8 138 -
CMYK 0 0.95 0.13 0.38
HSL 308º 0.9% 0.33% -
HSV(B) 308º 0.95% 0.62% -
XYZ 18.77 9.28 24.85 -
YUV 67.67 167.7 192.43 -
System Red Green Blue C M Y K H S L
Decimal 158 8 138 0 0.95 0.13 0.38 308 0.9 0.33
Hex 9E 8 8A 0 5F D 26 134 5A 21
Octal 236 10 212 0 137 15 46 464 132 41
Binary 10011110 1000 10001010 0 1011111 1101 100110 100110100 1011010 100001

Color Harmonies of #9E088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E088A

Black with #9E088A

Text Example


Text Example

White with #9E088A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,8,138); }

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

background-color css

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

 a { background-color: rgb(158,8,138); }

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

border-color css

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

 span { border-color: rgb(158,8,138); }

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