Html Css Color HEX #8B075B Eggplant

📋 copy color: '#8B075B'

red 139 ◦ green 7 ◦ blue 91

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

Shades of Eggplant #8B075B

Tints of Eggplant #8B075B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.95%

 BLUE value IS 91 (35.94% from 255) = 38.4%

R = 58.65%
G = 2.95%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8B075B (or 0x8B075B) is known color: Eggplant. HEX triplet: 8B, 07 and 5B. RGB value is (139,7,91). Sum of RGB (Red+Green+Blue) = 139+7+91=237 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.65% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 139 - color contains mainly: red. Hex color #8B075B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B075B is #74F8A4. Grayscale: #373737. Windows color (decimal): -7665829 or 5965707. OLE color: 5965707.

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

Color convert

RGB 139 7 91 -
CMYK 0 0.95 0.35 0.45
HSL 321.82º 0.9% 0.29% -
HSV(B) 321.82º 0.95% 0.55% -
XYZ 12.61 6.4 10.47 -
YUV 56.04 147.73 187.17 -
System Red Green Blue C M Y K H S L
Decimal 139 7 91 0 0.95 0.35 0.45 321.82 0.9 0.29
Hex 8B 7 5B 0 5F 23 2D 142 5A 1D
Octal 213 7 133 0 137 43 55 502 132 35
Binary 10001011 111 1011011 0 1011111 100011 101101 101000010 1011010 11101

Color Harmonies of #8B075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B075B

Black with #8B075B

Text Example


Text Example

White with #8B075B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,7,91); }

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

background-color css

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

 a { background-color: rgb(139,7,91); }

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

border-color css

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

 span { border-color: rgb(139,7,91); }

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