Html Css Color HEX #9C027E Eggplant

📋 copy color: '#9C027E'

red 156 ◦ green 2 ◦ blue 126

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

Shades of Eggplant #9C027E

Tints of Eggplant #9C027E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.37%

R = 54.93%
G = 0.7%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C027E (or 0x9C027E) is known color: Eggplant. HEX triplet: 9C, 02 and 7E. RGB value is (156,2,126). Sum of RGB (Red+Green+Blue) = 156+2+126=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C027E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C027E is #63FD81. Grayscale: #3D3D3D. Windows color (decimal): -6552962 or 8258204. OLE color: 8258204.

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

Color convert

RGB 156 2 126 -
CMYK 0 0.99 0.19 0.39
HSL 311.69º 0.97% 0.31% -
HSV(B) 311.69º 0.99% 0.61% -
XYZ 17.5 8.62 20.48 -
YUV 62.18 164.02 194.92 -
System Red Green Blue C M Y K H S L
Decimal 156 2 126 0 0.99 0.19 0.39 311.69 0.97 0.31
Hex 9C 2 7E 0 63 13 27 138 61 1F
Octal 234 2 176 0 143 23 47 470 141 37
Binary 10011100 10 1111110 0 1100011 10011 100111 100111000 1100001 11111

Color Harmonies of #9C027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C027E

Black with #9C027E

Text Example


Text Example

White with #9C027E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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