Html Css Color HEX #8B024C Eggplant

📋 copy color: '#8B024C'

red 139 ◦ green 2 ◦ blue 76

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

Shades of Eggplant #8B024C

Tints of Eggplant #8B024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 64.06%
G = 0.92%
B = 35.02%

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

#8B024C (or 0x8B024C) is known color: Eggplant. HEX triplet: 8B, 02 and 4C. RGB value is (139,2,76). Sum of RGB (Red+Green+Blue) = 139+2+76=217 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.06% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 139 - color contains mainly: red. Hex color #8B024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B024C is #74FDB3. Grayscale: #333333. Windows color (decimal): -7667124 or 4981387. OLE color: 4981387.

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

Color convert

RGB 139 2 76 -
CMYK 0 0.99 0.45 0.45
HSL 327.59º 0.97% 0.28% -
HSV(B) 327.59º 0.99% 0.55% -
XYZ 11.97 6.05 7.37 -
YUV 51.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 139 2 76 0 0.99 0.45 0.45 327.59 0.97 0.28
Hex 8B 2 4C 0 63 2D 2D 148 61 1C
Octal 213 2 114 0 143 55 55 510 141 34
Binary 10001011 10 1001100 0 1100011 101101 101101 101001000 1100001 11100

Color Harmonies of #8B024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B024C

Black with #8B024C

Text Example


Text Example

White with #8B024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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