Html Css Color HEX #7F099C Dark Magenta

📋 copy color: '#7F099C'

red 127 ◦ green 9 ◦ blue 156

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

Shades of Dark Magenta #7F099C

Tints of Dark Magenta #7F099C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.42%

R = 43.49%
G = 3.08%
B = 53.42%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F099C (or 0x7F099C) is known color: Dark Magenta. HEX triplet: 7F, 09 and 9C. RGB value is (127,9,156). Sum of RGB (Red+Green+Blue) = 127+9+156=292 (38% of max value = 765). Red value is 127 (50% from 255 or 43.49% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F099C is #80F663. Grayscale: #3C3C3C. Windows color (decimal): -8451684 or 10226047. OLE color: 10226047.

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

Color convert

RGB 127 9 156 -
CMYK 0.19 0.94 0 0.39
HSL 288.16º 0.89% 0.32% -
HSV(B) 288.16º 0.94% 0.61% -
XYZ 14.85 7.11 32.04 -
YUV 61.04 181.59 175.05 -
System Red Green Blue C M Y K H S L
Decimal 127 9 156 0.19 0.94 0 0.39 288.16 0.89 0.32
Hex 7F 9 9C 13 5E 0 27 120 59 20
Octal 177 11 234 23 136 0 47 440 131 40
Binary 1111111 1001 10011100 10011 1011110 0 100111 100100000 1011001 100000

Color Harmonies of #7F099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F099C

Black with #7F099C

Text Example


Text Example

White with #7F099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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