Html Css Color HEX #8C0865 Eggplant

📋 copy color: '#8C0865'

red 140 ◦ green 8 ◦ blue 101

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

Shades of Eggplant #8C0865

Tints of Eggplant #8C0865

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.21%

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

R = 56.22%
G = 3.21%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8C0865 (or 0x8C0865) is known color: Eggplant. HEX triplet: 8C, 08 and 65. RGB value is (140,8,101). Sum of RGB (Red+Green+Blue) = 140+8+101=249 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.22% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0865 is #73F79A. Grayscale: #393939. Windows color (decimal): -7600027 or 6621324. OLE color: 6621324.

HSL color Cylindrical-coordinate representation of color #8C0865: hue angle of 317.73º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0865 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 8 101 -
CMYK 0 0.94 0.28 0.45
HSL 317.73º 0.89% 0.29% -
HSV(B) 317.73º 0.94% 0.55% -
XYZ 13.25 6.69 12.9 -
YUV 58.07 152.23 186.44 -
System Red Green Blue C M Y K H S L
Decimal 140 8 101 0 0.94 0.28 0.45 317.73 0.89 0.29
Hex 8C 8 65 0 5E 1C 2D 13E 59 1D
Octal 214 10 145 0 136 34 55 476 131 35
Binary 10001100 1000 1100101 0 1011110 11100 101101 100111110 1011001 11101

Color Harmonies of #8C0865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0865

Black with #8C0865

Text Example


Text Example

White with #8C0865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,8,101); }

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

background-color css

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

 a { background-color: rgb(140,8,101); }

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

border-color css

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

 span { border-color: rgb(140,8,101); }

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