Html Css Color HEX #9C189B Dark Magenta

📋 copy color: '#9C189B'

red 156 ◦ green 24 ◦ blue 155

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

Shades of Dark Magenta #9C189B

Tints of Dark Magenta #9C189B

RGB

 RED value IS 156 (61.33% from 255) = 46.57%

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

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

R = 46.57%
G = 7.16%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9C189B (or 0x9C189B) is known color: Dark Magenta. HEX triplet: 9C, 18 and 9B. RGB value is (156,24,155). Sum of RGB (Red+Green+Blue) = 156+24+155=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C189B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C189B is #63E764. Grayscale: #4E4E4E. Windows color (decimal): -6547301 or 10164380. OLE color: 10164380.

HSL color Cylindrical-coordinate representation of color #9C189B: hue angle of 300.45º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C189B is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 24 155 -
CMYK 0 0.85 0.01 0.39
HSL 300.45º 0.73% 0.35% -
HSV(B) 300.45º 0.85% 0.61% -
XYZ 19.95 10.09 31.91 -
YUV 78.4 171.23 183.35 -
System Red Green Blue C M Y K H S L
Decimal 156 24 155 0 0.85 0.01 0.39 300.45 0.73 0.35
Hex 9C 18 9B 0 55 1 27 12C 49 23
Octal 234 30 233 0 125 1 47 454 111 43
Binary 10011100 11000 10011011 0 1010101 1 100111 100101100 1001001 100011

Color Harmonies of #9C189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C189B

Black with #9C189B

Text Example


Text Example

White with #9C189B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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