Html Css Color HEX #9C027C Eggplant

📋 copy color: '#9C027C'

red 156 ◦ green 2 ◦ blue 124

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

Shades of Eggplant #9C027C

Tints of Eggplant #9C027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 124 (48.83% from 255) = 43.97%

R = 55.32%
G = 0.71%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C027C (or 0x9C027C) is known color: Eggplant. HEX triplet: 9C, 02 and 7C. RGB value is (156,2,124). Sum of RGB (Red+Green+Blue) = 156+2+124=282 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.32% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 156 - color contains mainly: red. Hex color #9C027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C027C is #63FD83. Grayscale: #3D3D3D. Windows color (decimal): -6552964 or 8127132. OLE color: 8127132.

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

Color convert

RGB 156 2 124 -
CMYK 0 0.99 0.21 0.39
HSL 312.47º 0.97% 0.31% -
HSV(B) 312.47º 0.99% 0.61% -
XYZ 17.37 8.57 19.81 -
YUV 61.95 163.02 195.08 -
System Red Green Blue C M Y K H S L
Decimal 156 2 124 0 0.99 0.21 0.39 312.47 0.97 0.31
Hex 9C 2 7C 0 63 15 27 138 61 1F
Octal 234 2 174 0 143 25 47 470 141 37
Binary 10011100 10 1111100 0 1100011 10101 100111 100111000 1100001 11111

Color Harmonies of #9C027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C027C

Black with #9C027C

Text Example


Text Example

White with #9C027C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,2,124); }

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

background-color css

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

 a { background-color: rgb(156,2,124); }

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

border-color css

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

 span { border-color: rgb(156,2,124); }

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