Html Css Color HEX #8B014C Eggplant

📋 copy color: '#8B014C'

red 139 ◦ green 1 ◦ blue 76

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

Shades of Eggplant #8B014C

Tints of Eggplant #8B014C

RGB

 RED value IS 139 (54.69% from 255) = 64.35%

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

 BLUE value IS 76 (30.08% from 255) = 35.19%

R = 64.35%
G = 0.46%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8B014C (or 0x8B014C) is known color: Eggplant. HEX triplet: 8B, 01 and 4C. RGB value is (139,1,76). Sum of RGB (Red+Green+Blue) = 139+1+76=216 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.35% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 139 - color contains mainly: red. Hex color #8B014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B014C is #74FEB3. Grayscale: #323232. Windows color (decimal): -7667380 or 4981131. OLE color: 4981131.

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

Color convert

RGB 139 1 76 -
CMYK 0 0.99 0.45 0.45
HSL 327.39º 0.99% 0.27% -
HSV(B) 327.39º 0.99% 0.55% -
XYZ 11.96 6.03 7.37 -
YUV 50.81 142.22 190.9 -
System Red Green Blue C M Y K H S L
Decimal 139 1 76 0 0.99 0.45 0.45 327.39 0.99 0.27
Hex 8B 1 4C 0 63 2D 2D 147 63 1B
Octal 213 1 114 0 143 55 55 507 143 33
Binary 10001011 1 1001100 0 1100011 101101 101101 101000111 1100011 11011

Color Harmonies of #8B014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B014C

Black with #8B014C

Text Example


Text Example

White with #8B014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,1,76); }

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

background-color css

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

 a { background-color: rgb(139,1,76); }

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

border-color css

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

 span { border-color: rgb(139,1,76); }

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