Html Css Color HEX #7D099B Dark Magenta

📋 copy color: '#7D099B'

red 125 ◦ green 9 ◦ blue 155

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

Shades of Dark Magenta #7D099B

Tints of Dark Magenta #7D099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.63%

R = 43.25%
G = 3.11%
B = 53.63%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D099B (or 0x7D099B) is known color: Dark Magenta. HEX triplet: 7D, 09 and 9B. RGB value is (125,9,155). Sum of RGB (Red+Green+Blue) = 125+9+155=289 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.25% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D099B is #82F664. Grayscale: #3B3B3B. Windows color (decimal): -8582757 or 10160509. OLE color: 10160509.

HSL color Cylindrical-coordinate representation of color #7D099B: hue angle of 287.67º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D099B is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 9 155 -
CMYK 0.19 0.94 0 0.39
HSL 287.67º 0.89% 0.32% -
HSV(B) 287.67º 0.94% 0.61% -
XYZ 14.47 6.92 31.58 -
YUV 60.33 181.43 174.13 -
System Red Green Blue C M Y K H S L
Decimal 125 9 155 0.19 0.94 0 0.39 287.67 0.89 0.32
Hex 7D 9 9B 13 5E 0 27 120 59 20
Octal 175 11 233 23 136 0 47 440 131 40
Binary 1111101 1001 10011011 10011 1011110 0 100111 100100000 1011001 100000

Color Harmonies of #7D099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D099B

Black with #7D099B

Text Example


Text Example

White with #7D099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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