Html Css Color HEX #9F1E9D Dark Magenta

📋 copy color: '#9F1E9D'

red 159 ◦ green 30 ◦ blue 157

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

Shades of Dark Magenta #9F1E9D

Tints of Dark Magenta #9F1E9D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.67%

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

R = 45.95%
G = 8.67%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9F1E9D (or 0x9F1E9D) is known color: Dark Magenta. HEX triplet: 9F, 1E and 9D. RGB value is (159,30,157). Sum of RGB (Red+Green+Blue) = 159+30+157=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1E9D is #60E162. Grayscale: #525252. Windows color (decimal): -6349155 or 10296991. OLE color: 10296991.

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

Color convert

RGB 159 30 157 -
CMYK 0 0.81 0.01 0.38
HSL 300.93º 0.68% 0.37% -
HSV(B) 300.93º 0.81% 0.62% -
XYZ 20.85 10.73 32.87 -
YUV 83.05 169.74 182.17 -
System Red Green Blue C M Y K H S L
Decimal 159 30 157 0 0.81 0.01 0.38 300.93 0.68 0.37
Hex 9F 1E 9D 0 51 1 26 12D 44 25
Octal 237 36 235 0 121 1 46 455 104 45
Binary 10011111 11110 10011101 0 1010001 1 100110 100101101 1000100 100101

Color Harmonies of #9F1E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1E9D

Black with #9F1E9D

Text Example


Text Example

White with #9F1E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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