Html Css Color HEX #9C026C Eggplant

📋 copy color: '#9C026C'

red 156 ◦ green 2 ◦ blue 108

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

Shades of Eggplant #9C026C

Tints of Eggplant #9C026C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.6%

R = 58.65%
G = 0.75%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C026C (or 0x9C026C) is known color: Eggplant. HEX triplet: 9C, 02 and 6C. RGB value is (156,2,108). Sum of RGB (Red+Green+Blue) = 156+2+108=266 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.65% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 156 - color contains mainly: red. Hex color #9C026C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C026C is #63FD93. Grayscale: #3B3B3B. Windows color (decimal): -6552980 or 7078556. OLE color: 7078556.

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

Color convert

RGB 156 2 108 -
CMYK 0 0.99 0.31 0.39
HSL 318.7º 0.97% 0.31% -
HSV(B) 318.7º 0.99% 0.61% -
XYZ 16.44 8.19 14.9 -
YUV 60.13 155.02 196.38 -
System Red Green Blue C M Y K H S L
Decimal 156 2 108 0 0.99 0.31 0.39 318.7 0.97 0.31
Hex 9C 2 6C 0 63 1F 27 13F 61 1F
Octal 234 2 154 0 143 37 47 477 141 37
Binary 10011100 10 1101100 0 1100011 11111 100111 100111111 1100001 11111

Color Harmonies of #9C026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C026C

Black with #9C026C

Text Example


Text Example

White with #9C026C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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