Html Css Color HEX #8C035F Eggplant

📋 copy color: '#8C035F'

red 140 ◦ green 3 ◦ blue 95

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

Shades of Eggplant #8C035F

Tints of Eggplant #8C035F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.92%

R = 58.82%
G = 1.26%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8C035F (or 0x8C035F) is known color: Eggplant. HEX triplet: 8C, 03 and 5F. RGB value is (140,3,95). Sum of RGB (Red+Green+Blue) = 140+3+95=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C035F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C035F is #73FCA0. Grayscale: #363636. Windows color (decimal): -7601313 or 6226828. OLE color: 6226828.

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

Color convert

RGB 140 3 95 -
CMYK 0 0.98 0.32 0.45
HSL 319.71º 0.96% 0.28% -
HSV(B) 319.71º 0.98% 0.55% -
XYZ 12.91 6.47 11.39 -
YUV 54.45 150.89 189.02 -
System Red Green Blue C M Y K H S L
Decimal 140 3 95 0 0.98 0.32 0.45 319.71 0.96 0.28
Hex 8C 3 5F 0 62 20 2D 140 60 1C
Octal 214 3 137 0 142 40 55 500 140 34
Binary 10001100 11 1011111 0 1100010 100000 101101 101000000 1100000 11100

Color Harmonies of #8C035F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C035F

Black with #8C035F

Text Example


Text Example

White with #8C035F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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