Html Css Color HEX #8B096C Eggplant

📋 copy color: '#8B096C'

red 139 ◦ green 9 ◦ blue 108

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

Shades of Eggplant #8B096C

Tints of Eggplant #8B096C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.52%

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

R = 54.3%
G = 3.52%
B = 42.19%

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

#8B096C (or 0x8B096C) is known color: Eggplant. HEX triplet: 8B, 09 and 6C. RGB value is (139,9,108). Sum of RGB (Red+Green+Blue) = 139+9+108=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B096C is #74F693. Grayscale: #3A3A3A. Windows color (decimal): -7665300 or 7080331. OLE color: 7080331.

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

Color convert

RGB 139 9 108 -
CMYK 0 0.94 0.22 0.45
HSL 314.31º 0.88% 0.29% -
HSV(B) 314.31º 0.94% 0.55% -
XYZ 13.45 6.77 14.78 -
YUV 59.16 155.57 184.95 -
System Red Green Blue C M Y K H S L
Decimal 139 9 108 0 0.94 0.22 0.45 314.31 0.88 0.29
Hex 8B 9 6C 0 5E 16 2D 13A 58 1D
Octal 213 11 154 0 136 26 55 472 130 35
Binary 10001011 1001 1101100 0 1011110 10110 101101 100111010 1011000 11101

Color Harmonies of #8B096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B096C

Black with #8B096C

Text Example


Text Example

White with #8B096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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