Html Css Color HEX #9C148C Dark Magenta

📋 copy color: '#9C148C'

red 156 ◦ green 20 ◦ blue 140

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

Shades of Dark Magenta #9C148C

Tints of Dark Magenta #9C148C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.33%

 BLUE value IS 140 (55.08% from 255) = 44.3%

R = 49.37%
G = 6.33%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9C148C (or 0x9C148C) is known color: Dark Magenta. HEX triplet: 9C, 14 and 8C. RGB value is (156,20,140). Sum of RGB (Red+Green+Blue) = 156+20+140=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C148C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C148C is #63EB73. Grayscale: #4A4A4A. Windows color (decimal): -6548340 or 9180316. OLE color: 9180316.

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

Color convert

RGB 156 20 140 -
CMYK 0 0.87 0.10 0.39
HSL 307.06º 0.77% 0.35% -
HSV(B) 307.06º 0.87% 0.61% -
XYZ 18.69 9.46 25.65 -
YUV 74.34 165.06 186.24 -
System Red Green Blue C M Y K H S L
Decimal 156 20 140 0 0.87 0.10 0.39 307.06 0.77 0.35
Hex 9C 14 8C 0 57 A 27 133 4D 23
Octal 234 24 214 0 127 12 47 463 115 43
Binary 10011100 10100 10001100 0 1010111 1010 100111 100110011 1001101 100011

Color Harmonies of #9C148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C148C

Black with #9C148C

Text Example


Text Example

White with #9C148C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,20,140); }

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

background-color css

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

 a { background-color: rgb(156,20,140); }

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

border-color css

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

 span { border-color: rgb(156,20,140); }

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