Html Css Color HEX #7D0995 Dark Magenta

📋 copy color: '#7D0995'

red 125 ◦ green 9 ◦ blue 149

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

Shades of Dark Magenta #7D0995

Tints of Dark Magenta #7D0995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.65%

R = 44.17%
G = 3.18%
B = 52.65%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7D0995 (or 0x7D0995) is known color: Dark Magenta. HEX triplet: 7D, 09 and 95. RGB value is (125,9,149). Sum of RGB (Red+Green+Blue) = 125+9+149=283 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.17% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #7D0995 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0995 is #82F66A. Grayscale: #3B3B3B. Windows color (decimal): -8582763 or 9767293. OLE color: 9767293.

HSL color Cylindrical-coordinate representation of color #7D0995: hue angle of 289.71º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0995 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 9 149 -
CMYK 0.16 0.94 0 0.42
HSL 289.71º 0.89% 0.31% -
HSV(B) 289.71º 0.94% 0.58% -
XYZ 13.98 6.73 29 -
YUV 59.64 178.43 174.62 -
System Red Green Blue C M Y K H S L
Decimal 125 9 149 0.16 0.94 0 0.42 289.71 0.89 0.31
Hex 7D 9 95 10 5E 0 2A 122 59 1F
Octal 175 11 225 20 136 0 52 442 131 37
Binary 1111101 1001 10010101 10000 1011110 0 101010 100100010 1011001 11111

Color Harmonies of #7D0995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0995

Black with #7D0995

Text Example


Text Example

White with #7D0995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,9,149); }

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

background-color css

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

 a { background-color: rgb(125,9,149); }

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

border-color css

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

 span { border-color: rgb(125,9,149); }

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