Html Css Color HEX #8E0C65 Eggplant

📋 copy color: '#8E0C65'

red 142 ◦ green 12 ◦ blue 101

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

Shades of Eggplant #8E0C65

Tints of Eggplant #8E0C65

RGB

 RED value IS 142 (55.86% from 255) = 55.69%

 GREEN value IS 12 (5.08% from 255) = 4.71%

 BLUE value IS 101 (39.84% from 255) = 39.61%

R = 55.69%
G = 4.71%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#8E0C65 (or 0x8E0C65) is known color: Eggplant. HEX triplet: 8E, 0C and 65. RGB value is (142,12,101). Sum of RGB (Red+Green+Blue) = 142+12+101=255 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.69% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0C65 is #71F39A. Grayscale: #3C3C3C. Windows color (decimal): -7467931 or 6622350. OLE color: 6622350.

HSL color Cylindrical-coordinate representation of color #8E0C65: hue angle of 318.92º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0C65 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 12 101 -
CMYK 0 0.92 0.29 0.44
HSL 318.92º 0.84% 0.3% -
HSV(B) 318.92º 0.92% 0.56% -
XYZ 13.64 6.95 12.94 -
YUV 61.02 150.57 185.76 -
System Red Green Blue C M Y K H S L
Decimal 142 12 101 0 0.92 0.29 0.44 318.92 0.84 0.3
Hex 8E C 65 0 5C 1D 2C 13F 54 1E
Octal 216 14 145 0 134 35 54 477 124 36
Binary 10001110 1100 1100101 0 1011100 11101 101100 100111111 1010100 11110

Color Harmonies of #8E0C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0C65

Black with #8E0C65

Text Example


Text Example

White with #8E0C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,12,101); }

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

background-color css

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

 a { background-color: rgb(142,12,101); }

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

border-color css

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

 span { border-color: rgb(142,12,101); }

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