Html Css Color HEX #8B045F Eggplant

📋 copy color: '#8B045F'

red 139 ◦ green 4 ◦ blue 95

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

Shades of Eggplant #8B045F

Tints of Eggplant #8B045F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.68%

 BLUE value IS 95 (37.5% from 255) = 39.92%

R = 58.4%
G = 1.68%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8B045F (or 0x8B045F) is known color: Eggplant. HEX triplet: 8B, 04 and 5F. RGB value is (139,4,95). Sum of RGB (Red+Green+Blue) = 139+4+95=238 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.40% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 139 - color contains mainly: red. Hex color #8B045F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B045F is #74FBA0. Grayscale: #363636. Windows color (decimal): -7666593 or 6227083. OLE color: 6227083.

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

Color convert

RGB 139 4 95 -
CMYK 0 0.97 0.32 0.45
HSL 319.56º 0.94% 0.28% -
HSV(B) 319.56º 0.97% 0.55% -
XYZ 12.76 6.4 11.39 -
YUV 54.74 150.73 188.1 -
System Red Green Blue C M Y K H S L
Decimal 139 4 95 0 0.97 0.32 0.45 319.56 0.94 0.28
Hex 8B 4 5F 0 61 20 2D 140 5E 1C
Octal 213 4 137 0 141 40 55 500 136 34
Binary 10001011 100 1011111 0 1100001 100000 101101 101000000 1011110 11100

Color Harmonies of #8B045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B045F

Black with #8B045F

Text Example


Text Example

White with #8B045F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,4,95); }

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

background-color css

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

 a { background-color: rgb(139,4,95); }

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

border-color css

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

 span { border-color: rgb(139,4,95); }

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