Html Css Color HEX #9C005D Eggplant

📋 copy color: '#9C005D'

red 156 ◦ green 0 ◦ blue 93

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

Shades of Eggplant #9C005D

Tints of Eggplant #9C005D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 93 (36.72% from 255) = 37.35%

R = 62.65%
G = 0%
B = 37.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C005D (or 0x9C005D) is known color: Eggplant. HEX triplet: 9C, 00 and 5D. RGB value is (156,0,93). Sum of RGB (Red+Green+Blue) = 156+0+93=249 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.65% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 156 - color contains mainly: red. Hex color #9C005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C005D is #63FFA2. Grayscale: #393939. Windows color (decimal): -6553507 or 6095004. OLE color: 6095004.

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

Color convert

RGB 156 0 93 -
CMYK 0 1 0.40 0.39
HSL 324.23º 1% 0.31% -
HSV(B) 324.23º 1% 0.61% -
XYZ 15.69 7.86 11.05 -
YUV 57.25 148.18 198.44 -
System Red Green Blue C M Y K H S L
Decimal 156 0 93 0 1 0.40 0.39 324.23 1 0.31
Hex 9C 0 5D 0 64 28 27 144 64 1F
Octal 234 0 135 0 144 50 47 504 144 37
Binary 10011100 0 1011101 0 1100100 101000 100111 101000100 1100100 11111

Color Harmonies of #9C005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C005D

Black with #9C005D

Text Example


Text Example

White with #9C005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,0,93); }

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

background-color css

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

 a { background-color: rgb(156,0,93); }

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

border-color css

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

 span { border-color: rgb(156,0,93); }

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