Html Css Color HEX #7D098F Dark Magenta

📋 copy color: '#7D098F'

red 125 ◦ green 9 ◦ blue 143

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

Shades of Dark Magenta #7D098F

Tints of Dark Magenta #7D098F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 51.62%

R = 45.13%
G = 3.25%
B = 51.62%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7D098F (or 0x7D098F) is known color: Dark Magenta. HEX triplet: 7D, 09 and 8F. RGB value is (125,9,143). Sum of RGB (Red+Green+Blue) = 125+9+143=277 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.13% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 143 (56.25% from 255 or 51.62% from 277); Max value from RGB is 143 - color contains mainly: blue. Hex color #7D098F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D098F is #82F670. Grayscale: #3A3A3A. Windows color (decimal): -8582769 or 9374077. OLE color: 9374077.

HSL color Cylindrical-coordinate representation of color #7D098F: hue angle of 291.94º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D098F is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 9 143 -
CMYK 0.13 0.94 0 0.44
HSL 291.94º 0.88% 0.3% -
HSV(B) 291.94º 0.94% 0.56% -
XYZ 13.51 6.54 26.54 -
YUV 58.96 175.43 175.1 -
System Red Green Blue C M Y K H S L
Decimal 125 9 143 0.13 0.94 0 0.44 291.94 0.88 0.3
Hex 7D 9 8F D 5E 0 2C 124 58 1E
Octal 175 11 217 15 136 0 54 444 130 36
Binary 1111101 1001 10001111 1101 1011110 0 101100 100100100 1011000 11110

Color Harmonies of #7D098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D098F

Black with #7D098F

Text Example


Text Example

White with #7D098F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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