Html Css Color HEX #8C106B Eggplant

📋 copy color: '#8C106B'

red 140 ◦ green 16 ◦ blue 107

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

Shades of Eggplant #8C106B

Tints of Eggplant #8C106B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.08%

 BLUE value IS 107 (42.19% from 255) = 40.68%

R = 53.23%
G = 6.08%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8C106B (or 0x8C106B) is known color: Eggplant. HEX triplet: 8C, 10 and 6B. RGB value is (140,16,107). Sum of RGB (Red+Green+Blue) = 140+16+107=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C106B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C106B is #73EF94. Grayscale: #3F3F3F. Windows color (decimal): -7597973 or 7016588. OLE color: 7016588.

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

Color convert

RGB 140 16 107 -
CMYK 0 0.89 0.24 0.45
HSL 315.97º 0.79% 0.31% -
HSV(B) 315.97º 0.89% 0.55% -
XYZ 13.65 7.01 14.54 -
YUV 63.45 152.58 182.6 -
System Red Green Blue C M Y K H S L
Decimal 140 16 107 0 0.89 0.24 0.45 315.97 0.79 0.31
Hex 8C 10 6B 0 59 18 2D 13C 4F 1F
Octal 214 20 153 0 131 30 55 474 117 37
Binary 10001100 10000 1101011 0 1011001 11000 101101 100111100 1001111 11111

Color Harmonies of #8C106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C106B

Black with #8C106B

Text Example


Text Example

White with #8C106B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,16,107); }

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

background-color css

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

 a { background-color: rgb(140,16,107); }

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

border-color css

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

 span { border-color: rgb(140,16,107); }

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