Html Css Color HEX #8B175E Eggplant

📋 copy color: '#8B175E'

red 139 ◦ green 23 ◦ blue 94

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

Shades of Eggplant #8B175E

Tints of Eggplant #8B175E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.98%

 BLUE value IS 94 (37.11% from 255) = 36.72%

R = 54.3%
G = 8.98%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8B175E (or 0x8B175E) is known color: Eggplant. HEX triplet: 8B, 17 and 5E. RGB value is (139,23,94). Sum of RGB (Red+Green+Blue) = 139+23+94=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B175E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B175E is #74E8A1. Grayscale: #414141. Windows color (decimal): -7661730 or 6166411. OLE color: 6166411.

HSL color Cylindrical-coordinate representation of color #8B175E: hue angle of 323.28º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B175E is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 23 94 -
CMYK 0 0.83 0.32 0.45
HSL 323.28º 0.72% 0.32% -
HSV(B) 323.28º 0.83% 0.55% -
XYZ 12.97 6.91 11.24 -
YUV 65.78 143.93 180.23 -
System Red Green Blue C M Y K H S L
Decimal 139 23 94 0 0.83 0.32 0.45 323.28 0.72 0.32
Hex 8B 17 5E 0 53 20 2D 143 48 20
Octal 213 27 136 0 123 40 55 503 110 40
Binary 10001011 10111 1011110 0 1010011 100000 101101 101000011 1001000 100000

Color Harmonies of #8B175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B175E

Black with #8B175E

Text Example


Text Example

White with #8B175E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,23,94); }

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

background-color css

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

 a { background-color: rgb(139,23,94); }

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

border-color css

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

 span { border-color: rgb(139,23,94); }

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