Html Css Color HEX #7E089E Dark Magenta

📋 copy color: '#7E089E'

red 126 ◦ green 8 ◦ blue 158

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

Shades of Dark Magenta #7E089E

Tints of Dark Magenta #7E089E

RGB

 RED value IS 126 (49.61% from 255) = 43.15%

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

 BLUE value IS 158 (62.11% from 255) = 54.11%

R = 43.15%
G = 2.74%
B = 54.11%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E089E (or 0x7E089E) is known color: Dark Magenta. HEX triplet: 7E, 08 and 9E. RGB value is (126,8,158). Sum of RGB (Red+Green+Blue) = 126+8+158=292 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.15% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #7E089E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E089E is #81F761. Grayscale: #3B3B3B. Windows color (decimal): -8517474 or 10356862. OLE color: 10356862.

HSL color Cylindrical-coordinate representation of color #7E089E: hue angle of 287.2º 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 #7E089E is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 126 8 158 -
CMYK 0.20 0.95 0 0.38
HSL 287.2º 0.9% 0.33% -
HSV(B) 287.2º 0.95% 0.62% -
XYZ 14.86 7.08 32.93 -
YUV 60.38 183.09 174.8 -
System Red Green Blue C M Y K H S L
Decimal 126 8 158 0.20 0.95 0 0.38 287.2 0.9 0.33
Hex 7E 8 9E 14 5F 0 26 11F 5A 21
Octal 176 10 236 24 137 0 46 437 132 41
Binary 1111110 1000 10011110 10100 1011111 0 100110 100011111 1011010 100001

Color Harmonies of #7E089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E089E

Black with #7E089E

Text Example


Text Example

White with #7E089E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E089E; }

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

 H1.HeaderClassName
 {
   color: #7E089E;
 }
 .AnyTagClassName
 {
   color: #7E089E;
 }
</style>

background-color css

<style>
 a { background-color: #7E089E; }

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

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

border-color css

<style>
 span { border-color: #7E089E; }

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

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