Html Css Color HEX #9E169C Dark Magenta

📋 copy color: '#9E169C'

red 158 ◦ green 22 ◦ blue 156

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

Shades of Dark Magenta #9E169C

Tints of Dark Magenta #9E169C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.55%

 BLUE value IS 156 (61.33% from 255) = 46.43%

R = 47.02%
G = 6.55%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9E169C (or 0x9E169C) is known color: Dark Magenta. HEX triplet: 9E, 16 and 9C. RGB value is (158,22,156). Sum of RGB (Red+Green+Blue) = 158+22+156=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 158 - color contains mainly: red. Hex color #9E169C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E169C is #61E963. Grayscale: #4D4D4D. Windows color (decimal): -6416740 or 10229406. OLE color: 10229406.

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

Color convert

RGB 158 22 156 -
CMYK 0 0.86 0.01 0.38
HSL 300.88º 0.76% 0.35% -
HSV(B) 300.88º 0.86% 0.62% -
XYZ 20.39 10.24 32.36 -
YUV 77.94 172.06 185.1 -
System Red Green Blue C M Y K H S L
Decimal 158 22 156 0 0.86 0.01 0.38 300.88 0.76 0.35
Hex 9E 16 9C 0 56 1 26 12D 4C 23
Octal 236 26 234 0 126 1 46 455 114 43
Binary 10011110 10110 10011100 0 1010110 1 100110 100101101 1001100 100011

Color Harmonies of #9E169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E169C

Black with #9E169C

Text Example


Text Example

White with #9E169C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,22,156); }

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

background-color css

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

 a { background-color: rgb(158,22,156); }

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

border-color css

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

 span { border-color: rgb(158,22,156); }

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