Html Css Color HEX #7E089B Dark Magenta

📋 copy color: '#7E089B'

red 126 ◦ green 8 ◦ blue 155

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

Shades of Dark Magenta #7E089B

Tints of Dark Magenta #7E089B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.63%

R = 43.6%
G = 2.77%
B = 53.63%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7E089B (or 0x7E089B) is known color: Dark Magenta. HEX triplet: 7E, 08 and 9B. RGB value is (126,8,155). Sum of RGB (Red+Green+Blue) = 126+8+155=289 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.60% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E089B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E089B is #81F764. Grayscale: #3B3B3B. Windows color (decimal): -8517477 or 10160254. OLE color: 10160254.

HSL color Cylindrical-coordinate representation of color #7E089B: hue angle of 288.16º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E089B is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 126 8 155 -
CMYK 0.19 0.95 0 0.39
HSL 288.16º 0.9% 0.32% -
HSV(B) 288.16º 0.95% 0.61% -
XYZ 14.61 6.98 31.59 -
YUV 60.04 181.59 175.05 -
System Red Green Blue C M Y K H S L
Decimal 126 8 155 0.19 0.95 0 0.39 288.16 0.9 0.32
Hex 7E 8 9B 13 5F 0 27 120 5A 20
Octal 176 10 233 23 137 0 47 440 132 40
Binary 1111110 1000 10011011 10011 1011111 0 100111 100100000 1011010 100000

Color Harmonies of #7E089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E089B

Black with #7E089B

Text Example


Text Example

White with #7E089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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