Html Css Color HEX #8C135B Eggplant

📋 copy color: '#8C135B'

red 140 ◦ green 19 ◦ blue 91

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

Shades of Eggplant #8C135B

Tints of Eggplant #8C135B

RGB

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

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

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

R = 56%
G = 7.6%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8C135B (or 0x8C135B) is known color: Eggplant. HEX triplet: 8C, 13 and 5B. RGB value is (140,19,91). Sum of RGB (Red+Green+Blue) = 140+19+91=250 (33% of max value = 765). Red value is 140 (55.08% from 255 or 56% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 140 - color contains mainly: red. Hex color #8C135B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C135B is #73ECA4. Grayscale: #3F3F3F. Windows color (decimal): -7597221 or 5968780. OLE color: 5968780.

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

Color convert

RGB 140 19 91 -
CMYK 0 0.86 0.35 0.45
HSL 324.3º 0.76% 0.31% -
HSV(B) 324.3º 0.86% 0.55% -
XYZ 12.94 6.8 10.53 -
YUV 63.39 143.59 182.65 -
System Red Green Blue C M Y K H S L
Decimal 140 19 91 0 0.86 0.35 0.45 324.3 0.76 0.31
Hex 8C 13 5B 0 56 23 2D 144 4C 1F
Octal 214 23 133 0 126 43 55 504 114 37
Binary 10001100 10011 1011011 0 1010110 100011 101101 101000100 1001100 11111

Color Harmonies of #8C135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C135B

Black with #8C135B

Text Example


Text Example

White with #8C135B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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