Html Css Color HEX #7F09AC Dark Magenta

📋 copy color: '#7F09AC'

red 127 ◦ green 9 ◦ blue 172

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

Shades of Dark Magenta #7F09AC

Tints of Dark Magenta #7F09AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.84%

R = 41.23%
G = 2.92%
B = 55.84%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F09AC (or 0x7F09AC) is known color: Dark Magenta. HEX triplet: 7F, 09 and AC. RGB value is (127,9,172). Sum of RGB (Red+Green+Blue) = 127+9+172=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F09AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F09AC is #80F653. Grayscale: #3E3E3E. Windows color (decimal): -8451668 or 11274623. OLE color: 11274623.

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

Color convert

RGB 127 9 172 -
CMYK 0.26 0.95 0 0.33
HSL 283.44º 0.9% 0.35% -
HSV(B) 283.44º 0.95% 0.67% -
XYZ 16.3 7.69 39.65 -
YUV 62.86 189.59 173.75 -
System Red Green Blue C M Y K H S L
Decimal 127 9 172 0.26 0.95 0 0.33 283.44 0.9 0.35
Hex 7F 9 AC 1A 5F 0 21 11B 5A 23
Octal 177 11 254 32 137 0 41 433 132 43
Binary 1111111 1001 10101100 11010 1011111 0 100001 100011011 1011010 100011

Color Harmonies of #7F09AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F09AC

Black with #7F09AC

Text Example


Text Example

White with #7F09AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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