Html Css Color HEX #9C007D Eggplant

📋 copy color: '#9C007D'

red 156 ◦ green 0 ◦ blue 125

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

Shades of Eggplant #9C007D

Tints of Eggplant #9C007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.48%

R = 55.52%
G = 0%
B = 44.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#9C007D (or 0x9C007D) is known color: Eggplant. HEX triplet: 9C, 00 and 7D. RGB value is (156,0,125). Sum of RGB (Red+Green+Blue) = 156+0+125=281 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.52% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 156 - color contains mainly: red. Hex color #9C007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C007D is #63FF82. Grayscale: #3C3C3C. Windows color (decimal): -6553475 or 8192156. OLE color: 8192156.

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

Color convert

RGB 156 0 125 -
CMYK 0 1 0.20 0.39
HSL 311.92º 1% 0.31% -
HSV(B) 311.92º 1% 0.61% -
XYZ 17.41 8.55 20.13 -
YUV 60.89 164.18 195.84 -
System Red Green Blue C M Y K H S L
Decimal 156 0 125 0 1 0.20 0.39 311.92 1 0.31
Hex 9C 0 7D 0 64 14 27 138 64 1F
Octal 234 0 175 0 144 24 47 470 144 37
Binary 10011100 0 1111101 0 1100100 10100 100111 100111000 1100100 11111

Color Harmonies of #9C007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C007D

Black with #9C007D

Text Example


Text Example

White with #9C007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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