Html Css Color HEX #8C004B Eggplant

📋 copy color: '#8C004B'

red 140 ◦ green 0 ◦ blue 75

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

Shades of Eggplant #8C004B

Tints of Eggplant #8C004B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.12%
G = 0%
B = 34.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C004B (or 0x8C004B) is known color: Eggplant. HEX triplet: 8C, 00 and 4B. RGB value is (140,0,75). Sum of RGB (Red+Green+Blue) = 140+0+75=215 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.12% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 140 - color contains mainly: red. Hex color #8C004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C004B is #73FFB4. Grayscale: #323232. Windows color (decimal): -7602101 or 4915340. OLE color: 4915340.

HSL color Cylindrical-coordinate representation of color #8C004B: hue angle of 327.86º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C004B is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 0 75 -
CMYK 0 1 0.46 0.45
HSL 327.86º 1% 0.27% -
HSV(B) 327.86º 1% 0.55% -
XYZ 12.09 6.08 7.19 -
YUV 50.41 141.88 191.9 -
System Red Green Blue C M Y K H S L
Decimal 140 0 75 0 1 0.46 0.45 327.86 1 0.27
Hex 8C 0 4B 0 64 2E 2D 148 64 1B
Octal 214 0 113 0 144 56 55 510 144 33
Binary 10001100 0 1001011 0 1100100 101110 101101 101001000 1100100 11011

Color Harmonies of #8C004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C004B

Black with #8C004B

Text Example


Text Example

White with #8C004B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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