Html Css Color HEX #7F09AA Dark Magenta

📋 copy color: '#7F09AA'

red 127 ◦ green 9 ◦ blue 170

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

Shades of Dark Magenta #7F09AA

Tints of Dark Magenta #7F09AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.56%

R = 41.5%
G = 2.94%
B = 55.56%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F09AA (or 0x7F09AA) is known color: Dark Magenta. HEX triplet: 7F, 09 and AA. RGB value is (127,9,170). Sum of RGB (Red+Green+Blue) = 127+9+170=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F09AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F09AA is #80F655. Grayscale: #3E3E3E. Windows color (decimal): -8451670 or 11143551. OLE color: 11143551.

HSL color Cylindrical-coordinate representation of color #7F09AA: hue angle of 283.98º 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 #7F09AA is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 9 170 -
CMYK 0.25 0.95 0 0.33
HSL 283.98º 0.9% 0.35% -
HSV(B) 283.98º 0.95% 0.67% -
XYZ 16.11 7.61 38.65 -
YUV 62.64 188.59 173.91 -
System Red Green Blue C M Y K H S L
Decimal 127 9 170 0.25 0.95 0 0.33 283.98 0.9 0.35
Hex 7F 9 AA 19 5F 0 21 11C 5A 23
Octal 177 11 252 31 137 0 41 434 132 43
Binary 1111111 1001 10101010 11001 1011111 0 100001 100011100 1011010 100011

Color Harmonies of #7F09AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F09AA

Black with #7F09AA

Text Example


Text Example

White with #7F09AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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