Html Css Color HEX #8C026C Eggplant

📋 copy color: '#8C026C'

red 140 ◦ green 2 ◦ blue 108

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

Shades of Eggplant #8C026C

Tints of Eggplant #8C026C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.2%

R = 56%
G = 0.8%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8C026C (or 0x8C026C) is known color: Eggplant. HEX triplet: 8C, 02 and 6C. RGB value is (140,2,108). Sum of RGB (Red+Green+Blue) = 140+2+108=250 (33% of max value = 765). Red value is 140 (55.08% from 255 or 56% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 140 - color contains mainly: red. Hex color #8C026C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C026C is #73FD93. Grayscale: #373737. Windows color (decimal): -7601556 or 7078540. OLE color: 7078540.

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

Color convert

RGB 140 2 108 -
CMYK 0 0.99 0.23 0.45
HSL 313.91º 0.97% 0.28% -
HSV(B) 313.91º 0.99% 0.55% -
XYZ 13.54 6.7 14.77 -
YUV 55.35 157.72 188.38 -
System Red Green Blue C M Y K H S L
Decimal 140 2 108 0 0.99 0.23 0.45 313.91 0.97 0.28
Hex 8C 2 6C 0 63 17 2D 13A 61 1C
Octal 214 2 154 0 143 27 55 472 141 34
Binary 10001100 10 1101100 0 1100011 10111 101101 100111010 1100001 11100

Color Harmonies of #8C026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C026C

Black with #8C026C

Text Example


Text Example

White with #8C026C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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