Html Css Color HEX #9C158B Dark Magenta

📋 copy color: '#9C158B'

red 156 ◦ green 21 ◦ blue 139

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

Shades of Dark Magenta #9C158B

Tints of Dark Magenta #9C158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.65%

 BLUE value IS 139 (54.69% from 255) = 43.99%

R = 49.37%
G = 6.65%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9C158B (or 0x9C158B) is known color: Dark Magenta. HEX triplet: 9C, 15 and 8B. RGB value is (156,21,139). Sum of RGB (Red+Green+Blue) = 156+21+139=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C158B is #63EA74. Grayscale: #4A4A4A. Windows color (decimal): -6548085 or 9115036. OLE color: 9115036.

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

Color convert

RGB 156 21 139 -
CMYK 0 0.87 0.11 0.39
HSL 307.56º 0.76% 0.35% -
HSV(B) 307.56º 0.87% 0.61% -
XYZ 18.64 9.47 25.27 -
YUV 74.82 164.23 185.91 -
System Red Green Blue C M Y K H S L
Decimal 156 21 139 0 0.87 0.11 0.39 307.56 0.76 0.35
Hex 9C 15 8B 0 57 B 27 134 4C 23
Octal 234 25 213 0 127 13 47 464 114 43
Binary 10011100 10101 10001011 0 1010111 1011 100111 100110100 1001100 100011

Color Harmonies of #9C158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C158B

Black with #9C158B

Text Example


Text Example

White with #9C158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,21,139); }

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

background-color css

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

 a { background-color: rgb(156,21,139); }

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

border-color css

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

 span { border-color: rgb(156,21,139); }

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