Html Css Color HEX #8B036C Eggplant

📋 copy color: '#8B036C'

red 139 ◦ green 3 ◦ blue 108

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

Shades of Eggplant #8B036C

Tints of Eggplant #8B036C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 55.6%
G = 1.2%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8B036C (or 0x8B036C) is known color: Eggplant. HEX triplet: 8B, 03 and 6C. RGB value is (139,3,108). Sum of RGB (Red+Green+Blue) = 139+3+108=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B036C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B036C is #74FC93. Grayscale: #373737. Windows color (decimal): -7666836 or 7078795. OLE color: 7078795.

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

Color convert

RGB 139 3 108 -
CMYK 0 0.98 0.22 0.45
HSL 313.68º 0.96% 0.28% -
HSV(B) 313.68º 0.98% 0.55% -
XYZ 13.39 6.64 14.76 -
YUV 55.63 157.56 187.46 -
System Red Green Blue C M Y K H S L
Decimal 139 3 108 0 0.98 0.22 0.45 313.68 0.96 0.28
Hex 8B 3 6C 0 62 16 2D 13A 60 1C
Octal 213 3 154 0 142 26 55 472 140 34
Binary 10001011 11 1101100 0 1100010 10110 101101 100111010 1100000 11100

Color Harmonies of #8B036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B036C

Black with #8B036C

Text Example


Text Example

White with #8B036C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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