Html Css Color HEX #9C0160 Eggplant

📋 copy color: '#9C0160'

red 156 ◦ green 1 ◦ blue 96

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

Shades of Eggplant #9C0160

Tints of Eggplant #9C0160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 96 (37.89% from 255) = 37.94%

R = 61.66%
G = 0.4%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9C0160 (or 0x9C0160) is known color: Eggplant. HEX triplet: 9C, 01 and 60. RGB value is (156,1,96). Sum of RGB (Red+Green+Blue) = 156+1+96=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0160 is #63FE9F. Grayscale: #393939. Windows color (decimal): -6553248 or 6291868. OLE color: 6291868.

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

Color convert

RGB 156 1 96 -
CMYK 0 0.99 0.38 0.39
HSL 323.23º 0.99% 0.31% -
HSV(B) 323.23º 0.99% 0.61% -
XYZ 15.83 7.93 11.76 -
YUV 58.18 149.35 197.78 -
System Red Green Blue C M Y K H S L
Decimal 156 1 96 0 0.99 0.38 0.39 323.23 0.99 0.31
Hex 9C 1 60 0 63 26 27 143 63 1F
Octal 234 1 140 0 143 46 47 503 143 37
Binary 10011100 1 1100000 0 1100011 100110 100111 101000011 1100011 11111

Color Harmonies of #9C0160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0160

Black with #9C0160

Text Example


Text Example

White with #9C0160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,1,96); }

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

background-color css

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

 a { background-color: rgb(156,1,96); }

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

border-color css

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

 span { border-color: rgb(156,1,96); }

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