Html Css Color HEX #7E099D Dark Magenta

📋 copy color: '#7E099D'

red 126 ◦ green 9 ◦ blue 157

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

Shades of Dark Magenta #7E099D

Tints of Dark Magenta #7E099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.08%

 BLUE value IS 157 (61.72% from 255) = 53.77%

R = 43.15%
G = 3.08%
B = 53.77%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7E099D (or 0x7E099D) is known color: Dark Magenta. HEX triplet: 7E, 09 and 9D. RGB value is (126,9,157). Sum of RGB (Red+Green+Blue) = 126+9+157=292 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.15% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E099D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E099D is #81F662. Grayscale: #3C3C3C. Windows color (decimal): -8517219 or 10291582. OLE color: 10291582.

HSL color Cylindrical-coordinate representation of color #7E099D: hue angle of 287.43º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E099D is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 126 9 157 -
CMYK 0.20 0.94 0 0.38
HSL 287.43º 0.89% 0.33% -
HSV(B) 287.43º 0.94% 0.62% -
XYZ 14.79 7.07 32.48 -
YUV 60.86 182.26 174.47 -
System Red Green Blue C M Y K H S L
Decimal 126 9 157 0.20 0.94 0 0.38 287.43 0.89 0.33
Hex 7E 9 9D 14 5E 0 26 11F 59 21
Octal 176 11 235 24 136 0 46 437 131 41
Binary 1111110 1001 10011101 10100 1011110 0 100110 100011111 1011001 100001

Color Harmonies of #7E099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E099D

Black with #7E099D

Text Example


Text Example

White with #7E099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,9,157); }

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

background-color css

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

 a { background-color: rgb(126,9,157); }

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

border-color css

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

 span { border-color: rgb(126,9,157); }

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