Html Css Color HEX #9F189C Dark Magenta

📋 copy color: '#9F189C'

red 159 ◦ green 24 ◦ blue 156

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

Shades of Dark Magenta #9F189C

Tints of Dark Magenta #9F189C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.08%

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

R = 46.9%
G = 7.08%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9F189C (or 0x9F189C) is known color: Dark Magenta. HEX triplet: 9F, 18 and 9C. RGB value is (159,24,156). Sum of RGB (Red+Green+Blue) = 159+24+156=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F189C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F189C is #60E763. Grayscale: #4F4F4F. Windows color (decimal): -6350692 or 10229919. OLE color: 10229919.

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

Color convert

RGB 159 24 156 -
CMYK 0 0.85 0.02 0.38
HSL 301.33º 0.74% 0.36% -
HSV(B) 301.33º 0.85% 0.62% -
XYZ 20.63 10.42 32.38 -
YUV 79.41 171.23 184.77 -
System Red Green Blue C M Y K H S L
Decimal 159 24 156 0 0.85 0.02 0.38 301.33 0.74 0.36
Hex 9F 18 9C 0 55 2 26 12D 4A 24
Octal 237 30 234 0 125 2 46 455 112 44
Binary 10011111 11000 10011100 0 1010101 10 100110 100101101 1001010 100100

Color Harmonies of #9F189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F189C

Black with #9F189C

Text Example


Text Example

White with #9F189C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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