Html Css Color HEX #8C135A Eggplant

📋 copy color: '#8C135A'

red 140 ◦ green 19 ◦ blue 90

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

Shades of Eggplant #8C135A

Tints of Eggplant #8C135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.14%

R = 56.22%
G = 7.63%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8C135A (or 0x8C135A) is known color: Eggplant. HEX triplet: 8C, 13 and 5A. RGB value is (140,19,90). Sum of RGB (Red+Green+Blue) = 140+19+90=249 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.22% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 140 - color contains mainly: red. Hex color #8C135A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C135A is #73ECA5. Grayscale: #3F3F3F. Windows color (decimal): -7597222 or 5903244. OLE color: 5903244.

HSL color Cylindrical-coordinate representation of color #8C135A: hue angle of 324.79º 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 #8C135A is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 19 90 -
CMYK 0 0.86 0.36 0.45
HSL 324.79º 0.76% 0.31% -
HSV(B) 324.79º 0.86% 0.55% -
XYZ 12.89 6.78 10.3 -
YUV 63.27 143.09 182.73 -
System Red Green Blue C M Y K H S L
Decimal 140 19 90 0 0.86 0.36 0.45 324.79 0.76 0.31
Hex 8C 13 5A 0 56 24 2D 145 4C 1F
Octal 214 23 132 0 126 44 55 505 114 37
Binary 10001100 10011 1011010 0 1010110 100100 101101 101000101 1001100 11111

Color Harmonies of #8C135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C135A

Black with #8C135A

Text Example


Text Example

White with #8C135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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