Html Css Color HEX #9C077D Eggplant

📋 copy color: '#9C077D'

red 156 ◦ green 7 ◦ blue 125

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

Shades of Eggplant #9C077D

Tints of Eggplant #9C077D

RGB

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

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

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

R = 54.17%
G = 2.43%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#9C077D (or 0x9C077D) is known color: Eggplant. HEX triplet: 9C, 07 and 7D. RGB value is (156,7,125). Sum of RGB (Red+Green+Blue) = 156+7+125=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C077D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C077D is #63F882. Grayscale: #404040. Windows color (decimal): -6551683 or 8193948. OLE color: 8193948.

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

Color convert

RGB 156 7 125 -
CMYK 0 0.96 0.20 0.39
HSL 312.48º 0.91% 0.32% -
HSV(B) 312.48º 0.96% 0.61% -
XYZ 17.49 8.7 20.16 -
YUV 65 161.86 192.91 -
System Red Green Blue C M Y K H S L
Decimal 156 7 125 0 0.96 0.20 0.39 312.48 0.91 0.32
Hex 9C 7 7D 0 60 14 27 138 5B 20
Octal 234 7 175 0 140 24 47 470 133 40
Binary 10011100 111 1111101 0 1100000 10100 100111 100111000 1011011 100000

Color Harmonies of #9C077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C077D

Black with #9C077D

Text Example


Text Example

White with #9C077D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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