Html Css Color HEX #9C1AA4 Dark Magenta

📋 copy color: '#9C1AA4'

red 156 ◦ green 26 ◦ blue 164

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

Shades of Dark Magenta #9C1AA4

Tints of Dark Magenta #9C1AA4

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.51%

 BLUE value IS 164 (64.45% from 255) = 47.4%

R = 45.09%
G = 7.51%
B = 47.4%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9C1AA4 (or 0x9C1AA4) is known color: Dark Magenta. HEX triplet: 9C, 1A and A4. RGB value is (156,26,164). Sum of RGB (Red+Green+Blue) = 156+26+164=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 164 (64.45% from 255 or 47.40% from 346); Max value from RGB is 164 - color contains mainly: blue. Hex color #9C1AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1AA4 is #63E55B. Grayscale: #505050. Windows color (decimal): -6546780 or 10754716. OLE color: 10754716.

HSL color Cylindrical-coordinate representation of color #9C1AA4: hue angle of 296.52º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C1AA4 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 156 26 164 -
CMYK 0.05 0.84 0 0.36
HSL 296.52º 0.73% 0.37% -
HSV(B) 296.52º 0.84% 0.64% -
XYZ 20.78 10.49 36.05 -
YUV 80.6 175.07 181.78 -
System Red Green Blue C M Y K H S L
Decimal 156 26 164 0.05 0.84 0 0.36 296.52 0.73 0.37
Hex 9C 1A A4 5 54 0 24 129 49 25
Octal 234 32 244 5 124 0 44 451 111 45
Binary 10011100 11010 10100100 101 1010100 0 100100 100101001 1001001 100101

Color Harmonies of #9C1AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1AA4

Black with #9C1AA4

Text Example


Text Example

White with #9C1AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,26,164); }

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

background-color css

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

 a { background-color: rgb(156,26,164); }

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

border-color css

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

 span { border-color: rgb(156,26,164); }

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