Html Css Color HEX #9F0180 Dark Magenta

📋 copy color: '#9F0180'

red 159 ◦ green 1 ◦ blue 128

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

Shades of Dark Magenta #9F0180

Tints of Dark Magenta #9F0180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 55.21%
G = 0.35%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9F0180 (or 0x9F0180) is known color: Dark Magenta. HEX triplet: 9F, 01 and 80. RGB value is (159,1,128). Sum of RGB (Red+Green+Blue) = 159+1+128=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0180 is #60FE7F. Grayscale: #3E3E3E. Windows color (decimal): -6356608 or 8389023. OLE color: 8389023.

HSL color Cylindrical-coordinate representation of color #9F0180: hue angle of 311.77º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0180 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 1 128 -
CMYK 0 0.99 0.19 0.38
HSL 311.77º 0.99% 0.31% -
HSV(B) 311.77º 0.99% 0.62% -
XYZ 18.21 8.95 21.19 -
YUV 62.72 164.85 196.67 -
System Red Green Blue C M Y K H S L
Decimal 159 1 128 0 0.99 0.19 0.38 311.77 0.99 0.31
Hex 9F 1 80 0 63 13 26 138 63 1F
Octal 237 1 200 0 143 23 46 470 143 37
Binary 10011111 1 10000000 0 1100011 10011 100110 100111000 1100011 11111

Color Harmonies of #9F0180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0180

Black with #9F0180

Text Example


Text Example

White with #9F0180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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