Html Css Color HEX #8C036F Eggplant

📋 copy color: '#8C036F'

red 140 ◦ green 3 ◦ blue 111

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

Shades of Eggplant #8C036F

Tints of Eggplant #8C036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

 BLUE value IS 111 (43.75% from 255) = 43.7%

R = 55.12%
G = 1.18%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8C036F (or 0x8C036F) is known color: Eggplant. HEX triplet: 8C, 03 and 6F. RGB value is (140,3,111). Sum of RGB (Red+Green+Blue) = 140+3+111=254 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.12% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 140 - color contains mainly: red. Hex color #8C036F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C036F is #73FC90. Grayscale: #373737. Windows color (decimal): -7601297 or 7275404. OLE color: 7275404.

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

Color convert

RGB 140 3 111 -
CMYK 0 0.98 0.21 0.45
HSL 312.7º 0.96% 0.28% -
HSV(B) 312.7º 0.98% 0.55% -
XYZ 13.72 6.79 15.63 -
YUV 56.28 158.89 187.72 -
System Red Green Blue C M Y K H S L
Decimal 140 3 111 0 0.98 0.21 0.45 312.7 0.96 0.28
Hex 8C 3 6F 0 62 15 2D 139 60 1C
Octal 214 3 157 0 142 25 55 471 140 34
Binary 10001100 11 1101111 0 1100010 10101 101101 100111001 1100000 11100

Color Harmonies of #8C036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C036F

Black with #8C036F

Text Example


Text Example

White with #8C036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,3,111); }

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

background-color css

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

 a { background-color: rgb(140,3,111); }

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

border-color css

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

 span { border-color: rgb(140,3,111); }

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