Html Css Color HEX #7D09AB Dark Magenta

📋 copy color: '#7D09AB'

red 125 ◦ green 9 ◦ blue 171

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

Shades of Dark Magenta #7D09AB

Tints of Dark Magenta #7D09AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.07%

R = 40.98%
G = 2.95%
B = 56.07%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D09AB (or 0x7D09AB) is known color: Dark Magenta. HEX triplet: 7D, 09 and AB. RGB value is (125,9,171). Sum of RGB (Red+Green+Blue) = 125+9+171=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D09AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D09AB is #82F654. Grayscale: #3D3D3D. Windows color (decimal): -8582741 or 11209085. OLE color: 11209085.

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

Color convert

RGB 125 9 171 -
CMYK 0.27 0.95 0 0.33
HSL 282.96º 0.9% 0.35% -
HSV(B) 282.96º 0.95% 0.67% -
XYZ 15.91 7.5 39.14 -
YUV 62.15 189.43 172.83 -
System Red Green Blue C M Y K H S L
Decimal 125 9 171 0.27 0.95 0 0.33 282.96 0.9 0.35
Hex 7D 9 AB 1B 5F 0 21 11B 5A 23
Octal 175 11 253 33 137 0 41 433 132 43
Binary 1111101 1001 10101011 11011 1011111 0 100001 100011011 1011010 100011

Color Harmonies of #7D09AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D09AB

Black with #7D09AB

Text Example


Text Example

White with #7D09AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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