Html Css Color HEX #9C0374 Eggplant

📋 copy color: '#9C0374'

red 156 ◦ green 3 ◦ blue 116

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

Shades of Eggplant #9C0374

Tints of Eggplant #9C0374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 56.73%
G = 1.09%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9C0374 (or 0x9C0374) is known color: Eggplant. HEX triplet: 9C, 03 and 74. RGB value is (156,3,116). Sum of RGB (Red+Green+Blue) = 156+3+116=275 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.73% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0374 is #63FC8B. Grayscale: #3D3D3D. Windows color (decimal): -6552716 or 7603100. OLE color: 7603100.

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

Color convert

RGB 156 3 116 -
CMYK 0 0.98 0.26 0.39
HSL 315.69º 0.96% 0.31% -
HSV(B) 315.69º 0.98% 0.61% -
XYZ 16.9 8.39 17.25 -
YUV 61.63 158.69 195.31 -
System Red Green Blue C M Y K H S L
Decimal 156 3 116 0 0.98 0.26 0.39 315.69 0.96 0.31
Hex 9C 3 74 0 62 1A 27 13C 60 1F
Octal 234 3 164 0 142 32 47 474 140 37
Binary 10011100 11 1110100 0 1100010 11010 100111 100111100 1100000 11111

Color Harmonies of #9C0374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0374

Black with #9C0374

Text Example


Text Example

White with #9C0374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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