Html Css Color HEX #7D089E Dark Magenta

📋 copy color: '#7D089E'

red 125 ◦ green 8 ◦ blue 158

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

Shades of Dark Magenta #7D089E

Tints of Dark Magenta #7D089E

RGB

 RED value IS 125 (49.22% from 255) = 42.96%

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

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

R = 42.96%
G = 2.75%
B = 54.3%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D089E (or 0x7D089E) is known color: Dark Magenta. HEX triplet: 7D, 08 and 9E. RGB value is (125,8,158). Sum of RGB (Red+Green+Blue) = 125+8+158=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D089E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D089E is #82F761. Grayscale: #3B3B3B. Windows color (decimal): -8583010 or 10356861. OLE color: 10356861.

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

Color convert

RGB 125 8 158 -
CMYK 0.21 0.95 0 0.38
HSL 286.8º 0.9% 0.33% -
HSV(B) 286.8º 0.95% 0.62% -
XYZ 14.72 7 32.92 -
YUV 60.08 183.26 174.3 -
System Red Green Blue C M Y K H S L
Decimal 125 8 158 0.21 0.95 0 0.38 286.8 0.9 0.33
Hex 7D 8 9E 15 5F 0 26 11F 5A 21
Octal 175 10 236 25 137 0 46 437 132 41
Binary 1111101 1000 10011110 10101 1011111 0 100110 100011111 1011010 100001

Color Harmonies of #7D089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D089E

Black with #7D089E

Text Example


Text Example

White with #7D089E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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