Html Css Color HEX #8B096F Eggplant

📋 copy color: '#8B096F'

red 139 ◦ green 9 ◦ blue 111

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

Shades of Eggplant #8B096F

Tints of Eggplant #8B096F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.86%

R = 53.67%
G = 3.47%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8B096F (or 0x8B096F) is known color: Eggplant. HEX triplet: 8B, 09 and 6F. RGB value is (139,9,111). Sum of RGB (Red+Green+Blue) = 139+9+111=259 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.67% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 139 - color contains mainly: red. Hex color #8B096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B096F is #74F690. Grayscale: #3B3B3B. Windows color (decimal): -7665297 or 7276939. OLE color: 7276939.

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

Color convert

RGB 139 9 111 -
CMYK 0 0.94 0.20 0.45
HSL 312.92º 0.88% 0.29% -
HSV(B) 312.92º 0.94% 0.55% -
XYZ 13.61 6.83 15.64 -
YUV 59.5 157.07 184.71 -
System Red Green Blue C M Y K H S L
Decimal 139 9 111 0 0.94 0.20 0.45 312.92 0.88 0.29
Hex 8B 9 6F 0 5E 14 2D 139 58 1D
Octal 213 11 157 0 136 24 55 471 130 35
Binary 10001011 1001 1101111 0 1011110 10100 101101 100111001 1011000 11101

Color Harmonies of #8B096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B096F

Black with #8B096F

Text Example


Text Example

White with #8B096F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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