Html Css Color HEX #8C014B Eggplant

📋 copy color: '#8C014B'

red 140 ◦ green 1 ◦ blue 75

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

Shades of Eggplant #8C014B

Tints of Eggplant #8C014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 64.81%
G = 0.46%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C014B (or 0x8C014B) is known color: Eggplant. HEX triplet: 8C, 01 and 4B. RGB value is (140,1,75). Sum of RGB (Red+Green+Blue) = 140+1+75=216 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.81% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 140 - color contains mainly: red. Hex color #8C014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C014B is #73FEB4. Grayscale: #323232. Windows color (decimal): -7601845 or 4915596. OLE color: 4915596.

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

Color convert

RGB 140 1 75 -
CMYK 0 0.99 0.46 0.45
HSL 328.06º 0.99% 0.28% -
HSV(B) 328.06º 0.99% 0.55% -
XYZ 12.1 6.11 7.2 -
YUV 51 141.55 191.48 -
System Red Green Blue C M Y K H S L
Decimal 140 1 75 0 0.99 0.46 0.45 328.06 0.99 0.28
Hex 8C 1 4B 0 63 2E 2D 148 63 1C
Octal 214 1 113 0 143 56 55 510 143 34
Binary 10001100 1 1001011 0 1100011 101110 101101 101001000 1100011 11100

Color Harmonies of #8C014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C014B

Black with #8C014B

Text Example


Text Example

White with #8C014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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