Html Css Color HEX #8B086C Eggplant

📋 copy color: '#8B086C'

red 139 ◦ green 8 ◦ blue 108

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

Shades of Eggplant #8B086C

Tints of Eggplant #8B086C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.14%

 BLUE value IS 108 (42.58% from 255) = 42.35%

R = 54.51%
G = 3.14%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8B086C (or 0x8B086C) is known color: Eggplant. HEX triplet: 8B, 08 and 6C. RGB value is (139,8,108). Sum of RGB (Red+Green+Blue) = 139+8+108=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B086C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B086C is #74F793. Grayscale: #3A3A3A. Windows color (decimal): -7665556 or 7080075. OLE color: 7080075.

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

Color convert

RGB 139 8 108 -
CMYK 0 0.94 0.22 0.45
HSL 314.2º 0.89% 0.29% -
HSV(B) 314.2º 0.94% 0.55% -
XYZ 13.44 6.75 14.78 -
YUV 58.57 155.9 185.37 -
System Red Green Blue C M Y K H S L
Decimal 139 8 108 0 0.94 0.22 0.45 314.2 0.89 0.29
Hex 8B 8 6C 0 5E 16 2D 13A 59 1D
Octal 213 10 154 0 136 26 55 472 131 35
Binary 10001011 1000 1101100 0 1011110 10110 101101 100111010 1011001 11101

Color Harmonies of #8B086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B086C

Black with #8B086C

Text Example


Text Example

White with #8B086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,8,108); }

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

background-color css

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

 a { background-color: rgb(139,8,108); }

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

border-color css

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

 span { border-color: rgb(139,8,108); }

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