Html Css Color HEX #9F079D Dark Magenta

📋 copy color: '#9F079D'

red 159 ◦ green 7 ◦ blue 157

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

Shades of Dark Magenta #9F079D

Tints of Dark Magenta #9F079D

RGB

 RED value IS 159 (62.5% from 255) = 49.23%

 GREEN value IS 7 (3.13% from 255) = 2.17%

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

R = 49.23%
G = 2.17%
B = 48.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9F079D (or 0x9F079D) is known color: Dark Magenta. HEX triplet: 9F, 07 and 9D. RGB value is (159,7,157). Sum of RGB (Red+Green+Blue) = 159+7+157=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F079D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F079D is #60F862. Grayscale: #454545. Windows color (decimal): -6355043 or 10291103. OLE color: 10291103.

HSL color Cylindrical-coordinate representation of color #9F079D: hue angle of 300.79º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F079D is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 7 157 -
CMYK 0 0.96 0.01 0.38
HSL 300.79º 0.92% 0.33% -
HSV(B) 300.79º 0.96% 0.62% -
XYZ 20.46 9.96 32.74 -
YUV 69.55 177.36 191.8 -
System Red Green Blue C M Y K H S L
Decimal 159 7 157 0 0.96 0.01 0.38 300.79 0.92 0.33
Hex 9F 7 9D 0 60 1 26 12D 5C 21
Octal 237 7 235 0 140 1 46 455 134 41
Binary 10011111 111 10011101 0 1100000 1 100110 100101101 1011100 100001

Color Harmonies of #9F079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F079D

Black with #9F079D

Text Example


Text Example

White with #9F079D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F079D; }

 p { color: rgb(159,7,157); }

 H1.HeaderClassName
 {
   color: #9F079D;
 }
 .AnyTagClassName
 {
   color: #9F079D;
 }
</style>

background-color css

<style>
 a { background-color: #9F079D; }

 a { background-color: rgb(159,7,157); }

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

border-color css

<style>
 span { border-color: #9F079D; }

 span { border-color: rgb(159,7,157); }

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