Html Css Color HEX #9C1296 Dark Magenta

📋 copy color: '#9C1296'

red 156 ◦ green 18 ◦ blue 150

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

Shades of Dark Magenta #9C1296

Tints of Dark Magenta #9C1296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.3%

R = 48.15%
G = 5.56%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C1296 (or 0x9C1296) is known color: Dark Magenta. HEX triplet: 9C, 12 and 96. RGB value is (156,18,150). Sum of RGB (Red+Green+Blue) = 156+18+150=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1296 is #63ED69. Grayscale: #494949. Windows color (decimal): -6548842 or 9835164. OLE color: 9835164.

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

Color convert

RGB 156 18 150 -
CMYK 0 0.88 0.04 0.39
HSL 302.61º 0.79% 0.34% -
HSV(B) 302.61º 0.88% 0.61% -
XYZ 19.43 9.7 29.7 -
YUV 74.31 170.72 186.27 -
System Red Green Blue C M Y K H S L
Decimal 156 18 150 0 0.88 0.04 0.39 302.61 0.79 0.34
Hex 9C 12 96 0 58 4 27 12F 4F 22
Octal 234 22 226 0 130 4 47 457 117 42
Binary 10011100 10010 10010110 0 1011000 100 100111 100101111 1001111 100010

Color Harmonies of #9C1296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1296

Black with #9C1296

Text Example


Text Example

White with #9C1296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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