Html Css Color HEX #9C159B Dark Magenta

📋 copy color: '#9C159B'

red 156 ◦ green 21 ◦ blue 155

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

Shades of Dark Magenta #9C159B

Tints of Dark Magenta #9C159B

RGB

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

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

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

R = 46.99%
G = 6.33%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9C159B (or 0x9C159B) is known color: Dark Magenta. HEX triplet: 9C, 15 and 9B. RGB value is (156,21,155). Sum of RGB (Red+Green+Blue) = 156+21+155=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C159B is #63EA64. Grayscale: #4C4C4C. Windows color (decimal): -6548069 or 10163612. OLE color: 10163612.

HSL color Cylindrical-coordinate representation of color #9C159B: hue angle of 300.44º 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 #9C159B is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 21 155 -
CMYK 0 0.87 0.01 0.39
HSL 300.44º 0.76% 0.35% -
HSV(B) 300.44º 0.87% 0.61% -
XYZ 19.89 9.97 31.89 -
YUV 76.64 172.23 184.6 -
System Red Green Blue C M Y K H S L
Decimal 156 21 155 0 0.87 0.01 0.39 300.44 0.76 0.35
Hex 9C 15 9B 0 57 1 27 12C 4C 23
Octal 234 25 233 0 127 1 47 454 114 43
Binary 10011100 10101 10011011 0 1010111 1 100111 100101100 1001100 100011

Color Harmonies of #9C159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C159B

Black with #9C159B

Text Example


Text Example

White with #9C159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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