Html Css Color HEX #9F1194 Dark Magenta

📋 copy color: '#9F1194'

red 159 ◦ green 17 ◦ blue 148

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

Shades of Dark Magenta #9F1194

Tints of Dark Magenta #9F1194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.68%

R = 49.07%
G = 5.25%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9F1194 (or 0x9F1194) is known color: Dark Magenta. HEX triplet: 9F, 11 and 94. RGB value is (159,17,148). Sum of RGB (Red+Green+Blue) = 159+17+148=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1194 is #60EE6B. Grayscale: #4A4A4A. Windows color (decimal): -6352492 or 9703839. OLE color: 9703839.

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

Color convert

RGB 159 17 148 -
CMYK 0 0.89 0.07 0.38
HSL 304.65º 0.81% 0.35% -
HSV(B) 304.65º 0.89% 0.62% -
XYZ 19.84 9.91 28.88 -
YUV 74.39 169.54 188.35 -
System Red Green Blue C M Y K H S L
Decimal 159 17 148 0 0.89 0.07 0.38 304.65 0.81 0.35
Hex 9F 11 94 0 59 7 26 131 51 23
Octal 237 21 224 0 131 7 46 461 121 43
Binary 10011111 10001 10010100 0 1011001 111 100110 100110001 1010001 100011

Color Harmonies of #9F1194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1194

Black with #9F1194

Text Example


Text Example

White with #9F1194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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