Html Css Color HEX #8C026D Eggplant

📋 copy color: '#8C026D'

red 140 ◦ green 2 ◦ blue 109

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

Shades of Eggplant #8C026D

Tints of Eggplant #8C026D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 109 (42.97% from 255) = 43.43%

R = 55.78%
G = 0.8%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8C026D (or 0x8C026D) is known color: Eggplant. HEX triplet: 8C, 02 and 6D. RGB value is (140,2,109). Sum of RGB (Red+Green+Blue) = 140+2+109=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C026D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C026D is #73FD92. Grayscale: #373737. Windows color (decimal): -7601555 or 7144076. OLE color: 7144076.

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

Color convert

RGB 140 2 109 -
CMYK 0 0.99 0.22 0.45
HSL 313.48º 0.97% 0.28% -
HSV(B) 313.48º 0.99% 0.55% -
XYZ 13.6 6.72 15.05 -
YUV 55.46 158.22 188.3 -
System Red Green Blue C M Y K H S L
Decimal 140 2 109 0 0.99 0.22 0.45 313.48 0.97 0.28
Hex 8C 2 6D 0 63 16 2D 139 61 1C
Octal 214 2 155 0 143 26 55 471 141 34
Binary 10001100 10 1101101 0 1100011 10110 101101 100111001 1100001 11100

Color Harmonies of #8C026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C026D

Black with #8C026D

Text Example


Text Example

White with #8C026D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,2,109); }

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

background-color css

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

 a { background-color: rgb(140,2,109); }

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

border-color css

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

 span { border-color: rgb(140,2,109); }

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