Html Css Color HEX #7F089C Dark Magenta

📋 copy color: '#7F089C'

red 127 ◦ green 8 ◦ blue 156

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

Shades of Dark Magenta #7F089C

Tints of Dark Magenta #7F089C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.75%

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

R = 43.64%
G = 2.75%
B = 53.61%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F089C (or 0x7F089C) is known color: Dark Magenta. HEX triplet: 7F, 08 and 9C. RGB value is (127,8,156). Sum of RGB (Red+Green+Blue) = 127+8+156=291 (38% of max value = 765). Red value is 127 (50% from 255 or 43.64% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F089C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F089C is #80F763. Grayscale: #3B3B3B. Windows color (decimal): -8451940 or 10225791. OLE color: 10225791.

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

Color convert

RGB 127 8 156 -
CMYK 0.19 0.95 0 0.39
HSL 288.24º 0.9% 0.32% -
HSV(B) 288.24º 0.95% 0.61% -
XYZ 14.84 7.09 32.04 -
YUV 60.45 181.92 175.47 -
System Red Green Blue C M Y K H S L
Decimal 127 8 156 0.19 0.95 0 0.39 288.24 0.9 0.32
Hex 7F 8 9C 13 5F 0 27 120 5A 20
Octal 177 10 234 23 137 0 47 440 132 40
Binary 1111111 1000 10011100 10011 1011111 0 100111 100100000 1011010 100000

Color Harmonies of #7F089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F089C

Black with #7F089C

Text Example


Text Example

White with #7F089C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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