Html Css Color HEX #9F1397 Dark Magenta

📋 copy color: '#9F1397'

red 159 ◦ green 19 ◦ blue 151

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

Shades of Dark Magenta #9F1397

Tints of Dark Magenta #9F1397

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.78%

 BLUE value IS 151 (59.38% from 255) = 45.9%

R = 48.33%
G = 5.78%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#9F1397 (or 0x9F1397) is known color: Dark Magenta. HEX triplet: 9F, 13 and 97. RGB value is (159,19,151). Sum of RGB (Red+Green+Blue) = 159+19+151=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1397 is #60EC68. Grayscale: #4B4B4B. Windows color (decimal): -6351977 or 9900959. OLE color: 9900959.

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

Color convert

RGB 159 19 151 -
CMYK 0 0.88 0.05 0.38
HSL 303.43º 0.79% 0.35% -
HSV(B) 303.43º 0.88% 0.62% -
XYZ 20.12 10.07 30.16 -
YUV 75.91 170.38 187.27 -
System Red Green Blue C M Y K H S L
Decimal 159 19 151 0 0.88 0.05 0.38 303.43 0.79 0.35
Hex 9F 13 97 0 58 5 26 12F 4F 23
Octal 237 23 227 0 130 5 46 457 117 43
Binary 10011111 10011 10010111 0 1011000 101 100110 100101111 1001111 100011

Color Harmonies of #9F1397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1397

Black with #9F1397

Text Example


Text Example

White with #9F1397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,19,151); }

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

background-color css

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

 a { background-color: rgb(159,19,151); }

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

border-color css

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

 span { border-color: rgb(159,19,151); }

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