Html Css Color HEX #9F199B Dark Magenta

📋 copy color: '#9F199B'

red 159 ◦ green 25 ◦ blue 155

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

Shades of Dark Magenta #9F199B

Tints of Dark Magenta #9F199B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.37%

 BLUE value IS 155 (60.94% from 255) = 45.72%

R = 46.9%
G = 7.37%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9F199B (or 0x9F199B) is known color: Dark Magenta. HEX triplet: 9F, 19 and 9B. RGB value is (159,25,155). Sum of RGB (Red+Green+Blue) = 159+25+155=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F199B is #60E664. Grayscale: #4F4F4F. Windows color (decimal): -6350437 or 10164639. OLE color: 10164639.

HSL color Cylindrical-coordinate representation of color #9F199B: hue angle of 301.79º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F199B is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 25 155 -
CMYK 0 0.84 0.03 0.38
HSL 301.79º 0.73% 0.36% -
HSV(B) 301.79º 0.84% 0.62% -
XYZ 20.56 10.43 31.94 -
YUV 79.89 170.39 184.43 -
System Red Green Blue C M Y K H S L
Decimal 159 25 155 0 0.84 0.03 0.38 301.79 0.73 0.36
Hex 9F 19 9B 0 54 3 26 12E 49 24
Octal 237 31 233 0 124 3 46 456 111 44
Binary 10011111 11001 10011011 0 1010100 11 100110 100101110 1001001 100100

Color Harmonies of #9F199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F199B

Black with #9F199B

Text Example


Text Example

White with #9F199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,25,155); }

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

background-color css

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

 a { background-color: rgb(159,25,155); }

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

border-color css

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

 span { border-color: rgb(159,25,155); }

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