Html Css Color HEX #9E0781 Dark Magenta

📋 copy color: '#9E0781'

red 158 ◦ green 7 ◦ blue 129

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

Shades of Dark Magenta #9E0781

Tints of Dark Magenta #9E0781

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.38%

 BLUE value IS 129 (50.78% from 255) = 43.88%

R = 53.74%
G = 2.38%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9E0781 (or 0x9E0781) is known color: Dark Magenta. HEX triplet: 9E, 07 and 81. RGB value is (158,7,129). Sum of RGB (Red+Green+Blue) = 158+7+129=294 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.74% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0781 is #61F87E. Grayscale: #414141. Windows color (decimal): -6420607 or 8456094. OLE color: 8456094.

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

Color convert

RGB 158 7 129 -
CMYK 0 0.96 0.18 0.38
HSL 311.52º 0.92% 0.32% -
HSV(B) 311.52º 0.96% 0.62% -
XYZ 18.14 9.01 21.55 -
YUV 66.06 163.53 193.58 -
System Red Green Blue C M Y K H S L
Decimal 158 7 129 0 0.96 0.18 0.38 311.52 0.92 0.32
Hex 9E 7 81 0 60 12 26 138 5C 20
Octal 236 7 201 0 140 22 46 470 134 40
Binary 10011110 111 10000001 0 1100000 10010 100110 100111000 1011100 100000

Color Harmonies of #9E0781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0781

Black with #9E0781

Text Example


Text Example

White with #9E0781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,7,129); }

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

background-color css

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

 a { background-color: rgb(158,7,129); }

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

border-color css

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

 span { border-color: rgb(158,7,129); }

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