Html Css Color HEX #9C1F9A Dark Magenta

📋 copy color: '#9C1F9A'

red 156 ◦ green 31 ◦ blue 154

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

Shades of Dark Magenta #9C1F9A

Tints of Dark Magenta #9C1F9A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.09%

 BLUE value IS 154 (60.55% from 255) = 45.16%

R = 45.75%
G = 9.09%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9C1F9A (or 0x9C1F9A) is known color: Dark Magenta. HEX triplet: 9C, 1F and 9A. RGB value is (156,31,154). Sum of RGB (Red+Green+Blue) = 156+31+154=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1F9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1F9A is #63E065. Grayscale: #525252. Windows color (decimal): -6545510 or 10100636. OLE color: 10100636.

HSL color Cylindrical-coordinate representation of color #9C1F9A: hue angle of 300.96º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C1F9A is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 31 154 -
CMYK 0 0.80 0.01 0.39
HSL 300.96º 0.67% 0.37% -
HSV(B) 300.96º 0.8% 0.61% -
XYZ 20.03 10.38 31.52 -
YUV 82.4 168.41 180.5 -
System Red Green Blue C M Y K H S L
Decimal 156 31 154 0 0.80 0.01 0.39 300.96 0.67 0.37
Hex 9C 1F 9A 0 50 1 27 12D 43 25
Octal 234 37 232 0 120 1 47 455 103 45
Binary 10011100 11111 10011010 0 1010000 1 100111 100101101 1000011 100101

Color Harmonies of #9C1F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1F9A

Black with #9C1F9A

Text Example


Text Example

White with #9C1F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,31,154); }

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

background-color css

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

 a { background-color: rgb(156,31,154); }

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

border-color css

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

 span { border-color: rgb(156,31,154); }

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