Html Css Color HEX #9C007C Eggplant

📋 copy color: '#9C007C'

red 156 ◦ green 0 ◦ blue 124

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

Shades of Eggplant #9C007C

Tints of Eggplant #9C007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 124 (48.83% from 255) = 44.29%

R = 55.71%
G = 0%
B = 44.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C007C (or 0x9C007C) is known color: Eggplant. HEX triplet: 9C, 00 and 7C. RGB value is (156,0,124). Sum of RGB (Red+Green+Blue) = 156+0+124=280 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.71% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 156 - color contains mainly: red. Hex color #9C007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C007C is #63FF83. Grayscale: #3C3C3C. Windows color (decimal): -6553476 or 8126620. OLE color: 8126620.

HSL color Cylindrical-coordinate representation of color #9C007C: hue angle of 312.31º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C007C is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 0 124 -
CMYK 0 1 0.21 0.39
HSL 312.31º 1% 0.31% -
HSV(B) 312.31º 1% 0.61% -
XYZ 17.35 8.52 19.8 -
YUV 60.78 163.68 195.92 -
System Red Green Blue C M Y K H S L
Decimal 156 0 124 0 1 0.21 0.39 312.31 1 0.31
Hex 9C 0 7C 0 64 15 27 138 64 1F
Octal 234 0 174 0 144 25 47 470 144 37
Binary 10011100 0 1111100 0 1100100 10101 100111 100111000 1100100 11111

Color Harmonies of #9C007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C007C

Black with #9C007C

Text Example


Text Example

White with #9C007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,0,124); }

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

background-color css

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

 a { background-color: rgb(156,0,124); }

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

border-color css

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

 span { border-color: rgb(156,0,124); }

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