Html Css Color HEX #7F09AD Dark Magenta

📋 copy color: '#7F09AD'

red 127 ◦ green 9 ◦ blue 173

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

Shades of Dark Magenta #7F09AD

Tints of Dark Magenta #7F09AD

RGB

 RED value IS 127 (50% from 255) = 41.1%

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

 BLUE value IS 173 (67.97% from 255) = 55.99%

R = 41.1%
G = 2.91%
B = 55.99%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7F09AD (or 0x7F09AD) is known color: Dark Magenta. HEX triplet: 7F, 09 and AD. RGB value is (127,9,173). Sum of RGB (Red+Green+Blue) = 127+9+173=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F09AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F09AD is #80F652. Grayscale: #3E3E3E. Windows color (decimal): -8451667 or 11340159. OLE color: 11340159.

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

Color convert

RGB 127 9 173 -
CMYK 0.27 0.95 0 0.32
HSL 283.17º 0.9% 0.36% -
HSV(B) 283.17º 0.95% 0.68% -
XYZ 16.39 7.72 40.16 -
YUV 62.98 190.09 173.66 -
System Red Green Blue C M Y K H S L
Decimal 127 9 173 0.27 0.95 0 0.32 283.17 0.9 0.36
Hex 7F 9 AD 1B 5F 0 20 11B 5A 24
Octal 177 11 255 33 137 0 40 433 132 44
Binary 1111111 1001 10101101 11011 1011111 0 100000 100011011 1011010 100100

Color Harmonies of #7F09AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F09AD

Black with #7F09AD

Text Example


Text Example

White with #7F09AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,9,173); }

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

background-color css

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

 a { background-color: rgb(127,9,173); }

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

border-color css

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

 span { border-color: rgb(127,9,173); }

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