Html Css Color HEX #8B024F Eggplant

📋 copy color: '#8B024F'

red 139 ◦ green 2 ◦ blue 79

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

Shades of Eggplant #8B024F

Tints of Eggplant #8B024F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.91%

R = 63.18%
G = 0.91%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#8B024F (or 0x8B024F) is known color: Eggplant. HEX triplet: 8B, 02 and 4F. RGB value is (139,2,79). Sum of RGB (Red+Green+Blue) = 139+2+79=220 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.18% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 139 - color contains mainly: red. Hex color #8B024F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B024F is #74FDB0. Grayscale: #333333. Windows color (decimal): -7667121 or 5177995. OLE color: 5177995.

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

Color convert

RGB 139 2 79 -
CMYK 0 0.99 0.43 0.45
HSL 326.28º 0.97% 0.28% -
HSV(B) 326.28º 0.99% 0.55% -
XYZ 12.08 6.1 7.94 -
YUV 51.74 143.39 190.24 -
System Red Green Blue C M Y K H S L
Decimal 139 2 79 0 0.99 0.43 0.45 326.28 0.97 0.28
Hex 8B 2 4F 0 63 2B 2D 146 61 1C
Octal 213 2 117 0 143 53 55 506 141 34
Binary 10001011 10 1001111 0 1100011 101011 101101 101000110 1100001 11100

Color Harmonies of #8B024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B024F

Black with #8B024F

Text Example


Text Example

White with #8B024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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