Html Css Color HEX #8C115C Eggplant

📋 copy color: '#8C115C'

red 140 ◦ green 17 ◦ blue 92

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

Shades of Eggplant #8C115C

Tints of Eggplant #8C115C

RGB

 RED value IS 140 (55.08% from 255) = 56.22%

 GREEN value IS 17 (7.03% from 255) = 6.83%

 BLUE value IS 92 (36.33% from 255) = 36.95%

R = 56.22%
G = 6.83%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8C115C (or 0x8C115C) is known color: Eggplant. HEX triplet: 8C, 11 and 5C. RGB value is (140,17,92). Sum of RGB (Red+Green+Blue) = 140+17+92=249 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.22% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 140 - color contains mainly: red. Hex color #8C115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C115C is #73EEA3. Grayscale: #3E3E3E. Windows color (decimal): -7597732 or 6033804. OLE color: 6033804.

HSL color Cylindrical-coordinate representation of color #8C115C: hue angle of 323.41º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C115C is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 17 92 -
CMYK 0 0.88 0.34 0.45
HSL 323.41º 0.78% 0.31% -
HSV(B) 323.41º 0.88% 0.55% -
XYZ 12.95 6.75 10.75 -
YUV 62.33 144.75 183.4 -
System Red Green Blue C M Y K H S L
Decimal 140 17 92 0 0.88 0.34 0.45 323.41 0.78 0.31
Hex 8C 11 5C 0 58 22 2D 143 4E 1F
Octal 214 21 134 0 130 42 55 503 116 37
Binary 10001100 10001 1011100 0 1011000 100010 101101 101000011 1001110 11111

Color Harmonies of #8C115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C115C

Black with #8C115C

Text Example


Text Example

White with #8C115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C115C; }

 p { color: rgb(140,17,92); }

 H1.HeaderClassName
 {
   color: #8C115C;
 }
 .AnyTagClassName
 {
   color: #8C115C;
 }
</style>

background-color css

<style>
 a { background-color: #8C115C; }

 a { background-color: rgb(140,17,92); }

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

border-color css

<style>
 span { border-color: #8C115C; }

 span { border-color: rgb(140,17,92); }

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