Html Css Color HEX #9C168C Dark Magenta

📋 copy color: '#9C168C'

red 156 ◦ green 22 ◦ blue 140

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

Shades of Dark Magenta #9C168C

Tints of Dark Magenta #9C168C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.92%

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

R = 49.06%
G = 6.92%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9C168C (or 0x9C168C) is known color: Dark Magenta. HEX triplet: 9C, 16 and 8C. RGB value is (156,22,140). Sum of RGB (Red+Green+Blue) = 156+22+140=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C168C is #63E973. Grayscale: #4B4B4B. Windows color (decimal): -6547828 or 9180828. OLE color: 9180828.

HSL color Cylindrical-coordinate representation of color #9C168C: hue angle of 307.16º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C168C is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 22 140 -
CMYK 0 0.86 0.10 0.39
HSL 307.16º 0.75% 0.35% -
HSV(B) 307.16º 0.86% 0.61% -
XYZ 18.73 9.54 25.66 -
YUV 75.52 164.39 185.41 -
System Red Green Blue C M Y K H S L
Decimal 156 22 140 0 0.86 0.10 0.39 307.16 0.75 0.35
Hex 9C 16 8C 0 56 A 27 133 4B 23
Octal 234 26 214 0 126 12 47 463 113 43
Binary 10011100 10110 10001100 0 1010110 1010 100111 100110011 1001011 100011

Color Harmonies of #9C168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C168C

Black with #9C168C

Text Example


Text Example

White with #9C168C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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