Html Css Color HEX #9F1195 Dark Magenta

📋 copy color: '#9F1195'

red 159 ◦ green 17 ◦ blue 149

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

Shades of Dark Magenta #9F1195

Tints of Dark Magenta #9F1195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.23%

 BLUE value IS 149 (58.59% from 255) = 45.85%

R = 48.92%
G = 5.23%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9F1195 (or 0x9F1195) is known color: Dark Magenta. HEX triplet: 9F, 11 and 95. RGB value is (159,17,149). Sum of RGB (Red+Green+Blue) = 159+17+149=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1195 is #60EE6A. Grayscale: #4A4A4A. Windows color (decimal): -6352491 or 9769375. OLE color: 9769375.

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

Color convert

RGB 159 17 149 -
CMYK 0 0.89 0.06 0.38
HSL 304.23º 0.81% 0.35% -
HSV(B) 304.23º 0.89% 0.62% -
XYZ 19.92 9.94 29.3 -
YUV 74.51 170.04 188.27 -
System Red Green Blue C M Y K H S L
Decimal 159 17 149 0 0.89 0.06 0.38 304.23 0.81 0.35
Hex 9F 11 95 0 59 6 26 130 51 23
Octal 237 21 225 0 131 6 46 460 121 43
Binary 10011111 10001 10010101 0 1011001 110 100110 100110000 1010001 100011

Color Harmonies of #9F1195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1195

Black with #9F1195

Text Example


Text Example

White with #9F1195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,17,149); }

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

background-color css

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

 a { background-color: rgb(159,17,149); }

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

border-color css

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

 span { border-color: rgb(159,17,149); }

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