Html Css Color HEX #7F099D Dark Magenta

📋 copy color: '#7F099D'

red 127 ◦ green 9 ◦ blue 157

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

Shades of Dark Magenta #7F099D

Tints of Dark Magenta #7F099D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 53.58%

R = 43.34%
G = 3.07%
B = 53.58%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F099D (or 0x7F099D) is known color: Dark Magenta. HEX triplet: 7F, 09 and 9D. RGB value is (127,9,157). Sum of RGB (Red+Green+Blue) = 127+9+157=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F099D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F099D is #80F662. Grayscale: #3C3C3C. Windows color (decimal): -8451683 or 10291583. OLE color: 10291583.

HSL color Cylindrical-coordinate representation of color #7F099D: hue angle of 287.84º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F099D is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 9 157 -
CMYK 0.19 0.94 0 0.38
HSL 287.84º 0.89% 0.33% -
HSV(B) 287.84º 0.94% 0.62% -
XYZ 14.94 7.14 32.49 -
YUV 61.15 182.09 174.97 -
System Red Green Blue C M Y K H S L
Decimal 127 9 157 0.19 0.94 0 0.38 287.84 0.89 0.33
Hex 7F 9 9D 13 5E 0 26 120 59 21
Octal 177 11 235 23 136 0 46 440 131 41
Binary 1111111 1001 10011101 10011 1011110 0 100110 100100000 1011001 100001

Color Harmonies of #7F099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F099D

Black with #7F099D

Text Example


Text Example

White with #7F099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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