Html Css Color HEX #9F1E9C Dark Magenta

📋 copy color: '#9F1E9C'

red 159 ◦ green 30 ◦ blue 156

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

Shades of Dark Magenta #9F1E9C

Tints of Dark Magenta #9F1E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.22%

R = 46.09%
G = 8.7%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9F1E9C (or 0x9F1E9C) is known color: Dark Magenta. HEX triplet: 9F, 1E and 9C. RGB value is (159,30,156). Sum of RGB (Red+Green+Blue) = 159+30+156=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1E9C is #60E163. Grayscale: #525252. Windows color (decimal): -6349156 or 10231455. OLE color: 10231455.

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

Color convert

RGB 159 30 156 -
CMYK 0 0.81 0.02 0.38
HSL 301.4º 0.68% 0.37% -
HSV(B) 301.4º 0.81% 0.62% -
XYZ 20.76 10.7 32.42 -
YUV 82.94 169.24 182.25 -
System Red Green Blue C M Y K H S L
Decimal 159 30 156 0 0.81 0.02 0.38 301.4 0.68 0.37
Hex 9F 1E 9C 0 51 2 26 12D 44 25
Octal 237 36 234 0 121 2 46 455 104 45
Binary 10011111 11110 10011100 0 1010001 10 100110 100101101 1000100 100101

Color Harmonies of #9F1E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1E9C

Black with #9F1E9C

Text Example


Text Example

White with #9F1E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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