Html Css Color HEX #9C129B Dark Magenta

📋 copy color: '#9C129B'

red 156 ◦ green 18 ◦ blue 155

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

Shades of Dark Magenta #9C129B

Tints of Dark Magenta #9C129B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.47%

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

R = 47.42%
G = 5.47%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9C129B (or 0x9C129B) is known color: Dark Magenta. HEX triplet: 9C, 12 and 9B. RGB value is (156,18,155). Sum of RGB (Red+Green+Blue) = 156+18+155=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C129B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C129B is #63ED64. Grayscale: #4A4A4A. Windows color (decimal): -6548837 or 10162844. OLE color: 10162844.

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

Color convert

RGB 156 18 155 -
CMYK 0 0.88 0.01 0.39
HSL 300.43º 0.79% 0.34% -
HSV(B) 300.43º 0.88% 0.61% -
XYZ 19.84 9.87 31.87 -
YUV 74.88 173.22 185.86 -
System Red Green Blue C M Y K H S L
Decimal 156 18 155 0 0.88 0.01 0.39 300.43 0.79 0.34
Hex 9C 12 9B 0 58 1 27 12C 4F 22
Octal 234 22 233 0 130 1 47 454 117 42
Binary 10011100 10010 10011011 0 1011000 1 100111 100101100 1001111 100010

Color Harmonies of #9C129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C129B

Black with #9C129B

Text Example


Text Example

White with #9C129B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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