Html Css Color HEX #9C0561 Eggplant

📋 copy color: '#9C0561'

red 156 ◦ green 5 ◦ blue 97

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

Shades of Eggplant #9C0561

Tints of Eggplant #9C0561

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.94%

 BLUE value IS 97 (38.28% from 255) = 37.6%

R = 60.47%
G = 1.94%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9C0561 (or 0x9C0561) is known color: Eggplant. HEX triplet: 9C, 05 and 61. RGB value is (156,5,97). Sum of RGB (Red+Green+Blue) = 156+5+97=258 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.47% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0561 is #63FA9E. Grayscale: #3C3C3C. Windows color (decimal): -6552223 or 6358428. OLE color: 6358428.

HSL color Cylindrical-coordinate representation of color #9C0561: hue angle of 323.44º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C0561 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 5 97 -
CMYK 0 0.97 0.38 0.39
HSL 323.44º 0.94% 0.32% -
HSV(B) 323.44º 0.97% 0.61% -
XYZ 15.92 8.04 12.02 -
YUV 60.64 148.53 196.02 -
System Red Green Blue C M Y K H S L
Decimal 156 5 97 0 0.97 0.38 0.39 323.44 0.94 0.32
Hex 9C 5 61 0 61 26 27 143 5E 20
Octal 234 5 141 0 141 46 47 503 136 40
Binary 10011100 101 1100001 0 1100001 100110 100111 101000011 1011110 100000

Color Harmonies of #9C0561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0561

Black with #9C0561

Text Example


Text Example

White with #9C0561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,5,97); }

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

background-color css

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

 a { background-color: rgb(156,5,97); }

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

border-color css

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

 span { border-color: rgb(156,5,97); }

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