Html Css Color HEX #8B046D Eggplant

📋 copy color: '#8B046D'

red 139 ◦ green 4 ◦ blue 109

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

Shades of Eggplant #8B046D

Tints of Eggplant #8B046D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.25%

R = 55.16%
G = 1.59%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8B046D (or 0x8B046D) is known color: Eggplant. HEX triplet: 8B, 04 and 6D. RGB value is (139,4,109). Sum of RGB (Red+Green+Blue) = 139+4+109=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B046D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B046D is #74FB92. Grayscale: #383838. Windows color (decimal): -7666579 or 7144587. OLE color: 7144587.

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

Color convert

RGB 139 4 109 -
CMYK 0 0.97 0.22 0.45
HSL 313.33º 0.94% 0.28% -
HSV(B) 313.33º 0.97% 0.55% -
XYZ 13.45 6.68 15.05 -
YUV 56.34 157.73 186.96 -
System Red Green Blue C M Y K H S L
Decimal 139 4 109 0 0.97 0.22 0.45 313.33 0.94 0.28
Hex 8B 4 6D 0 61 16 2D 139 5E 1C
Octal 213 4 155 0 141 26 55 471 136 34
Binary 10001011 100 1101101 0 1100001 10110 101101 100111001 1011110 11100

Color Harmonies of #8B046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B046D

Black with #8B046D

Text Example


Text Example

White with #8B046D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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