Html Css Color HEX #7D09A9 Dark Magenta

📋 copy color: '#7D09A9'

red 125 ◦ green 9 ◦ blue 169

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

Shades of Dark Magenta #7D09A9

Tints of Dark Magenta #7D09A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 55.78%

R = 41.25%
G = 2.97%
B = 55.78%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7D09A9 (or 0x7D09A9) is known color: Dark Magenta. HEX triplet: 7D, 09 and A9. RGB value is (125,9,169). Sum of RGB (Red+Green+Blue) = 125+9+169=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 169 (66.41% from 255 or 55.78% from 303); Max value from RGB is 169 - color contains mainly: blue. Hex color #7D09A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D09A9 is #82F656. Grayscale: #3D3D3D. Windows color (decimal): -8582743 or 11078013. OLE color: 11078013.

HSL color Cylindrical-coordinate representation of color #7D09A9: hue angle of 283.5º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D09A9 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 125 9 169 -
CMYK 0.26 0.95 0 0.34
HSL 283.5º 0.9% 0.35% -
HSV(B) 283.5º 0.95% 0.66% -
XYZ 15.72 7.42 38.14 -
YUV 61.92 188.43 172.99 -
System Red Green Blue C M Y K H S L
Decimal 125 9 169 0.26 0.95 0 0.34 283.5 0.9 0.35
Hex 7D 9 A9 1A 5F 0 22 11C 5A 23
Octal 175 11 251 32 137 0 42 434 132 43
Binary 1111101 1001 10101001 11010 1011111 0 100010 100011100 1011010 100011

Color Harmonies of #7D09A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D09A9

Black with #7D09A9

Text Example


Text Example

White with #7D09A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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