Html Css Color HEX #9E069C Dark Magenta

📋 copy color: '#9E069C'

red 158 ◦ green 6 ◦ blue 156

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

Shades of Dark Magenta #9E069C

Tints of Dark Magenta #9E069C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.88%

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

R = 49.38%
G = 1.88%
B = 48.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9E069C (or 0x9E069C) is known color: Dark Magenta. HEX triplet: 9E, 06 and 9C. RGB value is (158,6,156). Sum of RGB (Red+Green+Blue) = 158+6+156=320 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.38% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 158 - color contains mainly: red. Hex color #9E069C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E069C is #61F963. Grayscale: #444444. Windows color (decimal): -6420836 or 10225310. OLE color: 10225310.

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

Color convert

RGB 158 6 156 -
CMYK 0 0.96 0.01 0.38
HSL 300.79º 0.93% 0.32% -
HSV(B) 300.79º 0.96% 0.62% -
XYZ 20.17 9.8 32.28 -
YUV 68.55 177.36 191.8 -
System Red Green Blue C M Y K H S L
Decimal 158 6 156 0 0.96 0.01 0.38 300.79 0.93 0.32
Hex 9E 6 9C 0 60 1 26 12D 5D 20
Octal 236 6 234 0 140 1 46 455 135 40
Binary 10011110 110 10011100 0 1100000 1 100110 100101101 1011101 100000

Color Harmonies of #9E069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E069C

Black with #9E069C

Text Example


Text Example

White with #9E069C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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