Html Css Color HEX #8B0760 Eggplant

📋 copy color: '#8B0760'

red 139 ◦ green 7 ◦ blue 96

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

Shades of Eggplant #8B0760

Tints of Eggplant #8B0760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 39.67%

R = 57.44%
G = 2.89%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8B0760 (or 0x8B0760) is known color: Eggplant. HEX triplet: 8B, 07 and 60. RGB value is (139,7,96). Sum of RGB (Red+Green+Blue) = 139+7+96=242 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.44% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0760 is #74F89F. Grayscale: #383838. Windows color (decimal): -7665824 or 6293387. OLE color: 6293387.

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

Color convert

RGB 139 7 96 -
CMYK 0 0.95 0.31 0.45
HSL 319.55º 0.9% 0.29% -
HSV(B) 319.55º 0.95% 0.55% -
XYZ 12.83 6.49 11.64 -
YUV 56.61 150.23 186.76 -
System Red Green Blue C M Y K H S L
Decimal 139 7 96 0 0.95 0.31 0.45 319.55 0.9 0.29
Hex 8B 7 60 0 5F 1F 2D 140 5A 1D
Octal 213 7 140 0 137 37 55 500 132 35
Binary 10001011 111 1100000 0 1011111 11111 101101 101000000 1011010 11101

Color Harmonies of #8B0760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0760

Black with #8B0760

Text Example


Text Example

White with #8B0760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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