Html Css Color HEX #8C125B Eggplant

📋 copy color: '#8C125B'

red 140 ◦ green 18 ◦ blue 91

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

Shades of Eggplant #8C125B

Tints of Eggplant #8C125B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

 BLUE value IS 91 (35.94% from 255) = 36.55%

R = 56.22%
G = 7.23%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8C125B (or 0x8C125B) is known color: Eggplant. HEX triplet: 8C, 12 and 5B. RGB value is (140,18,91). Sum of RGB (Red+Green+Blue) = 140+18+91=249 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.22% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 140 - color contains mainly: red. Hex color #8C125B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C125B is #73EDA4. Grayscale: #3E3E3E. Windows color (decimal): -7597477 or 5968524. OLE color: 5968524.

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

Color convert

RGB 140 18 91 -
CMYK 0 0.87 0.35 0.45
HSL 324.1º 0.77% 0.31% -
HSV(B) 324.1º 0.87% 0.55% -
XYZ 12.92 6.76 10.52 -
YUV 62.8 143.92 183.06 -
System Red Green Blue C M Y K H S L
Decimal 140 18 91 0 0.87 0.35 0.45 324.1 0.77 0.31
Hex 8C 12 5B 0 57 23 2D 144 4D 1F
Octal 214 22 133 0 127 43 55 504 115 37
Binary 10001100 10010 1011011 0 1010111 100011 101101 101000100 1001101 11111

Color Harmonies of #8C125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C125B

Black with #8C125B

Text Example


Text Example

White with #8C125B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,18,91); }

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

background-color css

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

 a { background-color: rgb(140,18,91); }

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

border-color css

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

 span { border-color: rgb(140,18,91); }

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