Html Css Color HEX #7F088F Dark Magenta

📋 copy color: '#7F088F'

red 127 ◦ green 8 ◦ blue 143

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

Shades of Dark Magenta #7F088F

Tints of Dark Magenta #7F088F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 51.44%

R = 45.68%
G = 2.88%
B = 51.44%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7F088F (or 0x7F088F) is known color: Dark Magenta. HEX triplet: 7F, 08 and 8F. RGB value is (127,8,143). Sum of RGB (Red+Green+Blue) = 127+8+143=278 (36% of max value = 765). Red value is 127 (50% from 255 or 45.68% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #7F088F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F088F is #80F770. Grayscale: #3A3A3A. Windows color (decimal): -8451953 or 9373823. OLE color: 9373823.

HSL color Cylindrical-coordinate representation of color #7F088F: hue angle of 292.89º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F088F is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 127 8 143 -
CMYK 0.11 0.94 0 0.44
HSL 292.89º 0.89% 0.3% -
HSV(B) 292.89º 0.94% 0.56% -
XYZ 13.8 6.67 26.55 -
YUV 58.97 175.42 176.52 -
System Red Green Blue C M Y K H S L
Decimal 127 8 143 0.11 0.94 0 0.44 292.89 0.89 0.3
Hex 7F 8 8F B 5E 0 2C 125 59 1E
Octal 177 10 217 13 136 0 54 445 131 36
Binary 1111111 1000 10001111 1011 1011110 0 101100 100100101 1011001 11110

Color Harmonies of #7F088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F088F

Black with #7F088F

Text Example


Text Example

White with #7F088F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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