Html Css Color HEX #9C036A Eggplant

📋 copy color: '#9C036A'

red 156 ◦ green 3 ◦ blue 106

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

Shades of Eggplant #9C036A

Tints of Eggplant #9C036A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 106 (41.8% from 255) = 40%

R = 58.87%
G = 1.13%
B = 40%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9C036A (or 0x9C036A) is known color: Eggplant. HEX triplet: 9C, 03 and 6A. RGB value is (156,3,106). Sum of RGB (Red+Green+Blue) = 156+3+106=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C036A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C036A is #63FC95. Grayscale: #3C3C3C. Windows color (decimal): -6552726 or 6947740. OLE color: 6947740.

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

Color convert

RGB 156 3 106 -
CMYK 0 0.98 0.32 0.39
HSL 319.61º 0.96% 0.31% -
HSV(B) 319.61º 0.98% 0.61% -
XYZ 16.34 8.17 14.35 -
YUV 60.49 153.69 196.12 -
System Red Green Blue C M Y K H S L
Decimal 156 3 106 0 0.98 0.32 0.39 319.61 0.96 0.31
Hex 9C 3 6A 0 62 20 27 140 60 1F
Octal 234 3 152 0 142 40 47 500 140 37
Binary 10011100 11 1101010 0 1100010 100000 100111 101000000 1100000 11111

Color Harmonies of #9C036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C036A

Black with #9C036A

Text Example


Text Example

White with #9C036A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,3,106); }

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

background-color css

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

 a { background-color: rgb(156,3,106); }

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

border-color css

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

 span { border-color: rgb(156,3,106); }

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