Html Css Color HEX #9C016D Eggplant

📋 copy color: '#9C016D'

red 156 ◦ green 1 ◦ blue 109

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

Shades of Eggplant #9C016D

Tints of Eggplant #9C016D

RGB

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

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

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

R = 58.65%
G = 0.38%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C016D (or 0x9C016D) is known color: Eggplant. HEX triplet: 9C, 01 and 6D. RGB value is (156,1,109). Sum of RGB (Red+Green+Blue) = 156+1+109=266 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.65% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 156 - color contains mainly: red. Hex color #9C016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C016D is #63FE92. Grayscale: #3B3B3B. Windows color (decimal): -6553235 or 7143836. OLE color: 7143836.

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

Color convert

RGB 156 1 109 -
CMYK 0 0.99 0.30 0.39
HSL 318.19º 0.99% 0.31% -
HSV(B) 318.19º 0.99% 0.61% -
XYZ 16.48 8.19 15.18 -
YUV 59.66 155.85 196.72 -
System Red Green Blue C M Y K H S L
Decimal 156 1 109 0 0.99 0.30 0.39 318.19 0.99 0.31
Hex 9C 1 6D 0 63 1E 27 13E 63 1F
Octal 234 1 155 0 143 36 47 476 143 37
Binary 10011100 1 1101101 0 1100011 11110 100111 100111110 1100011 11111

Color Harmonies of #9C016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C016D

Black with #9C016D

Text Example


Text Example

White with #9C016D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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