Html Css Color HEX #8C135D Eggplant

📋 copy color: '#8C135D'

red 140 ◦ green 19 ◦ blue 93

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

Shades of Eggplant #8C135D

Tints of Eggplant #8C135D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.54%

 BLUE value IS 93 (36.72% from 255) = 36.9%

R = 55.56%
G = 7.54%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8C135D (or 0x8C135D) is known color: Eggplant. HEX triplet: 8C, 13 and 5D. RGB value is (140,19,93). Sum of RGB (Red+Green+Blue) = 140+19+93=252 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.56% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 140 - color contains mainly: red. Hex color #8C135D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C135D is #73ECA2. Grayscale: #3F3F3F. Windows color (decimal): -7597219 or 6099852. OLE color: 6099852.

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

Color convert

RGB 140 19 93 -
CMYK 0 0.86 0.34 0.45
HSL 323.31º 0.76% 0.31% -
HSV(B) 323.31º 0.86% 0.55% -
XYZ 13.02 6.83 10.99 -
YUV 63.62 144.59 182.48 -
System Red Green Blue C M Y K H S L
Decimal 140 19 93 0 0.86 0.34 0.45 323.31 0.76 0.31
Hex 8C 13 5D 0 56 22 2D 143 4C 1F
Octal 214 23 135 0 126 42 55 503 114 37
Binary 10001100 10011 1011101 0 1010110 100010 101101 101000011 1001100 11111

Color Harmonies of #8C135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C135D

Black with #8C135D

Text Example


Text Example

White with #8C135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,19,93); }

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

background-color css

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

 a { background-color: rgb(140,19,93); }

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

border-color css

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

 span { border-color: rgb(140,19,93); }

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