Html Css Color HEX #9C0774 Eggplant

📋 copy color: '#9C0774'

red 156 ◦ green 7 ◦ blue 116

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

Shades of Eggplant #9C0774

Tints of Eggplant #9C0774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.58%

R = 55.91%
G = 2.51%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9C0774 (or 0x9C0774) is known color: Eggplant. HEX triplet: 9C, 07 and 74. RGB value is (156,7,116). Sum of RGB (Red+Green+Blue) = 156+7+116=279 (36% of max value = 765). Red value is 156 (61.33% from 255 or 55.91% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0774 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0774 is #63F88B. Grayscale: #3F3F3F. Windows color (decimal): -6551692 or 7604124. OLE color: 7604124.

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

Color convert

RGB 156 7 116 -
CMYK 0 0.96 0.26 0.39
HSL 316.11º 0.91% 0.32% -
HSV(B) 316.11º 0.96% 0.61% -
XYZ 16.94 8.48 17.27 -
YUV 63.98 157.36 193.64 -
System Red Green Blue C M Y K H S L
Decimal 156 7 116 0 0.96 0.26 0.39 316.11 0.91 0.32
Hex 9C 7 74 0 60 1A 27 13C 5B 20
Octal 234 7 164 0 140 32 47 474 133 40
Binary 10011100 111 1110100 0 1100000 11010 100111 100111100 1011011 100000

Color Harmonies of #9C0774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0774

Black with #9C0774

Text Example


Text Example

White with #9C0774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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