Html Css Color HEX #8C034B Eggplant

📋 copy color: '#8C034B'

red 140 ◦ green 3 ◦ blue 75

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

Shades of Eggplant #8C034B

Tints of Eggplant #8C034B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.4%

R = 64.22%
G = 1.38%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C034B (or 0x8C034B) is known color: Eggplant. HEX triplet: 8C, 03 and 4B. RGB value is (140,3,75). Sum of RGB (Red+Green+Blue) = 140+3+75=218 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.22% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 140 - color contains mainly: red. Hex color #8C034B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C034B is #73FCB4. Grayscale: #343434. Windows color (decimal): -7601333 or 4916108. OLE color: 4916108.

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

Color convert

RGB 140 3 75 -
CMYK 0 0.98 0.46 0.45
HSL 328.47º 0.96% 0.28% -
HSV(B) 328.47º 0.98% 0.55% -
XYZ 12.12 6.15 7.2 -
YUV 52.17 140.89 190.65 -
System Red Green Blue C M Y K H S L
Decimal 140 3 75 0 0.98 0.46 0.45 328.47 0.96 0.28
Hex 8C 3 4B 0 62 2E 2D 148 60 1C
Octal 214 3 113 0 142 56 55 510 140 34
Binary 10001100 11 1001011 0 1100010 101110 101101 101001000 1100000 11100

Color Harmonies of #8C034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C034B

Black with #8C034B

Text Example


Text Example

White with #8C034B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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