Html Css Color HEX #8C036E Eggplant

📋 copy color: '#8C036E'

red 140 ◦ green 3 ◦ blue 110

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

Shades of Eggplant #8C036E

Tints of Eggplant #8C036E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.48%

R = 55.34%
G = 1.19%
B = 43.48%

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

#8C036E (or 0x8C036E) is known color: Eggplant. HEX triplet: 8C, 03 and 6E. RGB value is (140,3,110). Sum of RGB (Red+Green+Blue) = 140+3+110=253 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.34% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 140 - color contains mainly: red. Hex color #8C036E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C036E is #73FC91. Grayscale: #373737. Windows color (decimal): -7601298 or 7209868. OLE color: 7209868.

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

Color convert

RGB 140 3 110 -
CMYK 0 0.98 0.21 0.45
HSL 313.14º 0.96% 0.28% -
HSV(B) 313.14º 0.98% 0.55% -
XYZ 13.66 6.77 15.34 -
YUV 56.16 158.39 187.8 -
System Red Green Blue C M Y K H S L
Decimal 140 3 110 0 0.98 0.21 0.45 313.14 0.96 0.28
Hex 8C 3 6E 0 62 15 2D 139 60 1C
Octal 214 3 156 0 142 25 55 471 140 34
Binary 10001100 11 1101110 0 1100010 10101 101101 100111001 1100000 11100

Color Harmonies of #8C036E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C036E

Black with #8C036E

Text Example


Text Example

White with #8C036E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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