Html Css Color HEX #8B034C Eggplant

📋 copy color: '#8B034C'

red 139 ◦ green 3 ◦ blue 76

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

Shades of Eggplant #8B034C

Tints of Eggplant #8B034C

RGB

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

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

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

R = 63.76%
G = 1.38%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8B034C (or 0x8B034C) is known color: Eggplant. HEX triplet: 8B, 03 and 4C. RGB value is (139,3,76). Sum of RGB (Red+Green+Blue) = 139+3+76=218 (28% of max value = 765). Red value is 139 (54.69% from 255 or 63.76% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 139 - color contains mainly: red. Hex color #8B034C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B034C is #74FCB3. Grayscale: #333333. Windows color (decimal): -7666868 or 4981643. OLE color: 4981643.

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

Color convert

RGB 139 3 76 -
CMYK 0 0.98 0.45 0.45
HSL 327.79º 0.96% 0.28% -
HSV(B) 327.79º 0.98% 0.55% -
XYZ 11.98 6.08 7.38 -
YUV 51.99 141.56 190.06 -
System Red Green Blue C M Y K H S L
Decimal 139 3 76 0 0.98 0.45 0.45 327.79 0.96 0.28
Hex 8B 3 4C 0 62 2D 2D 148 60 1C
Octal 213 3 114 0 142 55 55 510 140 34
Binary 10001011 11 1001100 0 1100010 101101 101101 101001000 1100000 11100

Color Harmonies of #8B034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B034C

Black with #8B034C

Text Example


Text Example

White with #8B034C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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