Html Css Color HEX #9C0775 Eggplant

📋 copy color: '#9C0775'

red 156 ◦ green 7 ◦ blue 117

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

Shades of Eggplant #9C0775

Tints of Eggplant #9C0775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.79%

R = 55.71%
G = 2.5%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9C0775 (or 0x9C0775) is known color: Eggplant. HEX triplet: 9C, 07 and 75. RGB value is (156,7,117). Sum of RGB (Red+Green+Blue) = 156+7+117=280 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.71% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0775 is #63F88A. Grayscale: #3F3F3F. Windows color (decimal): -6551691 or 7669660. OLE color: 7669660.

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

Color convert

RGB 156 7 117 -
CMYK 0 0.96 0.25 0.39
HSL 315.7º 0.91% 0.32% -
HSV(B) 315.7º 0.96% 0.61% -
XYZ 17 8.5 17.58 -
YUV 64.09 157.86 193.56 -
System Red Green Blue C M Y K H S L
Decimal 156 7 117 0 0.96 0.25 0.39 315.7 0.91 0.32
Hex 9C 7 75 0 60 19 27 13C 5B 20
Octal 234 7 165 0 140 31 47 474 133 40
Binary 10011100 111 1110101 0 1100000 11001 100111 100111100 1011011 100000

Color Harmonies of #9C0775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0775

Black with #9C0775

Text Example


Text Example

White with #9C0775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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