Html Css Color HEX #9F0780 Dark Magenta

📋 copy color: '#9F0780'

red 159 ◦ green 7 ◦ blue 128

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

Shades of Dark Magenta #9F0780

Tints of Dark Magenta #9F0780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 43.54%

R = 54.08%
G = 2.38%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9F0780 (or 0x9F0780) is known color: Dark Magenta. HEX triplet: 9F, 07 and 80. RGB value is (159,7,128). Sum of RGB (Red+Green+Blue) = 159+7+128=294 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.08% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0780 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0780 is #60F87F. Grayscale: #414141. Windows color (decimal): -6355072 or 8390559. OLE color: 8390559.

HSL color Cylindrical-coordinate representation of color #9F0780: hue angle of 312.24º 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 #9F0780 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 7 128 -
CMYK 0 0.96 0.19 0.38
HSL 312.24º 0.92% 0.33% -
HSV(B) 312.24º 0.96% 0.62% -
XYZ 18.27 9.08 21.21 -
YUV 66.24 162.86 194.16 -
System Red Green Blue C M Y K H S L
Decimal 159 7 128 0 0.96 0.19 0.38 312.24 0.92 0.33
Hex 9F 7 80 0 60 13 26 138 5C 21
Octal 237 7 200 0 140 23 46 470 134 41
Binary 10011111 111 10000000 0 1100000 10011 100110 100111000 1011100 100001

Color Harmonies of #9F0780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0780

Black with #9F0780

Text Example


Text Example

White with #9F0780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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