Html Css Color HEX #9E068E Dark Magenta

📋 copy color: '#9E068E'

red 158 ◦ green 6 ◦ blue 142

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

Shades of Dark Magenta #9E068E

Tints of Dark Magenta #9E068E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 46.41%

R = 51.63%
G = 1.96%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9E068E (or 0x9E068E) is known color: Dark Magenta. HEX triplet: 9E, 06 and 8E. RGB value is (158,6,142). Sum of RGB (Red+Green+Blue) = 158+6+142=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E068E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E068E is #61F971. Grayscale: #424242. Windows color (decimal): -6420850 or 9307806. OLE color: 9307806.

HSL color Cylindrical-coordinate representation of color #9E068E: hue angle of 306.32º 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 #9E068E is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 6 142 -
CMYK 0 0.96 0.10 0.38
HSL 306.32º 0.93% 0.32% -
HSV(B) 306.32º 0.96% 0.62% -
XYZ 19.05 9.35 26.39 -
YUV 66.95 170.36 192.94 -
System Red Green Blue C M Y K H S L
Decimal 158 6 142 0 0.96 0.10 0.38 306.32 0.93 0.32
Hex 9E 6 8E 0 60 A 26 132 5D 20
Octal 236 6 216 0 140 12 46 462 135 40
Binary 10011110 110 10001110 0 1100000 1010 100110 100110010 1011101 100000

Color Harmonies of #9E068E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E068E

Black with #9E068E

Text Example


Text Example

White with #9E068E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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