Html Css Color HEX #9C078D Dark Magenta

📋 copy color: '#9C078D'

red 156 ◦ green 7 ◦ blue 141

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

Shades of Dark Magenta #9C078D

Tints of Dark Magenta #9C078D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

 BLUE value IS 141 (55.47% from 255) = 46.38%

R = 51.32%
G = 2.3%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9C078D (or 0x9C078D) is known color: Dark Magenta. HEX triplet: 9C, 07 and 8D. RGB value is (156,7,141). Sum of RGB (Red+Green+Blue) = 156+7+141=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C078D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C078D is #63F872. Grayscale: #424242. Windows color (decimal): -6551667 or 9242524. OLE color: 9242524.

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

Color convert

RGB 156 7 141 -
CMYK 0 0.96 0.10 0.39
HSL 306.04º 0.91% 0.32% -
HSV(B) 306.04º 0.96% 0.61% -
XYZ 18.59 9.14 25.98 -
YUV 66.83 169.86 191.6 -
System Red Green Blue C M Y K H S L
Decimal 156 7 141 0 0.96 0.10 0.39 306.04 0.91 0.32
Hex 9C 7 8D 0 60 A 27 132 5B 20
Octal 234 7 215 0 140 12 47 462 133 40
Binary 10011100 111 10001101 0 1100000 1010 100111 100110010 1011011 100000

Color Harmonies of #9C078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C078D

Black with #9C078D

Text Example


Text Example

White with #9C078D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,7,141); }

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

background-color css

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

 a { background-color: rgb(156,7,141); }

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

border-color css

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

 span { border-color: rgb(156,7,141); }

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