Html Css Color HEX #7D099D Dark Magenta

📋 copy color: '#7D099D'

red 125 ◦ green 9 ◦ blue 157

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

Shades of Dark Magenta #7D099D

Tints of Dark Magenta #7D099D

RGB

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

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

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

R = 42.96%
G = 3.09%
B = 53.95%

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

#7D099D (or 0x7D099D) is known color: Dark Magenta. HEX triplet: 7D, 09 and 9D. RGB value is (125,9,157). Sum of RGB (Red+Green+Blue) = 125+9+157=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D099D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D099D is #82F662. Grayscale: #3C3C3C. Windows color (decimal): -8582755 or 10291581. OLE color: 10291581.

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

Color convert

RGB 125 9 157 -
CMYK 0.20 0.94 0 0.38
HSL 287.03º 0.89% 0.33% -
HSV(B) 287.03º 0.94% 0.62% -
XYZ 14.64 6.99 32.48 -
YUV 60.56 182.43 173.97 -
System Red Green Blue C M Y K H S L
Decimal 125 9 157 0.20 0.94 0 0.38 287.03 0.89 0.33
Hex 7D 9 9D 14 5E 0 26 11F 59 21
Octal 175 11 235 24 136 0 46 437 131 41
Binary 1111101 1001 10011101 10100 1011110 0 100110 100011111 1011001 100001

Color Harmonies of #7D099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D099D

Black with #7D099D

Text Example


Text Example

White with #7D099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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