Html Css Color HEX #7F09AB Dark Magenta

📋 copy color: '#7F09AB'

red 127 ◦ green 9 ◦ blue 171

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

Shades of Dark Magenta #7F09AB

Tints of Dark Magenta #7F09AB

RGB

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

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

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

R = 41.37%
G = 2.93%
B = 55.7%

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

#7F09AB (or 0x7F09AB) is known color: Dark Magenta. HEX triplet: 7F, 09 and AB. RGB value is (127,9,171). Sum of RGB (Red+Green+Blue) = 127+9+171=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F09AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F09AB is #80F654. Grayscale: #3E3E3E. Windows color (decimal): -8451669 or 11209087. OLE color: 11209087.

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

Color convert

RGB 127 9 171 -
CMYK 0.26 0.95 0 0.33
HSL 283.7º 0.9% 0.35% -
HSV(B) 283.7º 0.95% 0.67% -
XYZ 16.2 7.65 39.15 -
YUV 62.75 189.09 173.83 -
System Red Green Blue C M Y K H S L
Decimal 127 9 171 0.26 0.95 0 0.33 283.7 0.9 0.35
Hex 7F 9 AB 1A 5F 0 21 11C 5A 23
Octal 177 11 253 32 137 0 41 434 132 43
Binary 1111111 1001 10101011 11010 1011111 0 100001 100011100 1011010 100011

Color Harmonies of #7F09AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F09AB

Black with #7F09AB

Text Example


Text Example

White with #7F09AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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