Html Css Color HEX #9C006D Eggplant

📋 copy color: '#9C006D'

red 156 ◦ green 0 ◦ blue 109

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

Shades of Eggplant #9C006D

Tints of Eggplant #9C006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.13%

R = 58.87%
G = 0%
B = 41.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C006D (or 0x9C006D) is known color: Eggplant. HEX triplet: 9C, 00 and 6D. RGB value is (156,0,109). Sum of RGB (Red+Green+Blue) = 156+0+109=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C006D is #63FF92. Grayscale: #3A3A3A. Windows color (decimal): -6553491 or 7143580. OLE color: 7143580.

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

Color convert

RGB 156 0 109 -
CMYK 0 1 0.30 0.39
HSL 318.08º 1% 0.31% -
HSV(B) 318.08º 1% 0.61% -
XYZ 16.47 8.17 15.18 -
YUV 59.07 156.18 197.14 -
System Red Green Blue C M Y K H S L
Decimal 156 0 109 0 1 0.30 0.39 318.08 1 0.31
Hex 9C 0 6D 0 64 1E 27 13E 64 1F
Octal 234 0 155 0 144 36 47 476 144 37
Binary 10011100 0 1101101 0 1100100 11110 100111 100111110 1100100 11111

Color Harmonies of #9C006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C006D

Black with #9C006D

Text Example


Text Example

White with #9C006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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