Html Css Color HEX #9C078B Dark Magenta

📋 copy color: '#9C078B'

red 156 ◦ green 7 ◦ blue 139

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

Shades of Dark Magenta #9C078B

Tints of Dark Magenta #9C078B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.03%

R = 51.66%
G = 2.32%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9C078B (or 0x9C078B) is known color: Dark Magenta. HEX triplet: 9C, 07 and 8B. RGB value is (156,7,139). Sum of RGB (Red+Green+Blue) = 156+7+139=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C078B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C078B is #63F874. Grayscale: #424242. Windows color (decimal): -6551669 or 9111452. OLE color: 9111452.

HSL color Cylindrical-coordinate representation of color #9C078B: hue angle of 306.85º 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 #9C078B is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 7 139 -
CMYK 0 0.96 0.11 0.39
HSL 306.85º 0.91% 0.32% -
HSV(B) 306.85º 0.96% 0.61% -
XYZ 18.45 9.08 25.21 -
YUV 66.6 168.86 191.77 -
System Red Green Blue C M Y K H S L
Decimal 156 7 139 0 0.96 0.11 0.39 306.85 0.91 0.32
Hex 9C 7 8B 0 60 B 27 133 5B 20
Octal 234 7 213 0 140 13 47 463 133 40
Binary 10011100 111 10001011 0 1100000 1011 100111 100110011 1011011 100000

Color Harmonies of #9C078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C078B

Black with #9C078B

Text Example


Text Example

White with #9C078B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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