Html Css Color HEX #8B175D Eggplant

📋 copy color: '#8B175D'

red 139 ◦ green 23 ◦ blue 93

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

Shades of Eggplant #8B175D

Tints of Eggplant #8B175D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.47%

R = 54.51%
G = 9.02%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8B175D (or 0x8B175D) is known color: Eggplant. HEX triplet: 8B, 17 and 5D. RGB value is (139,23,93). Sum of RGB (Red+Green+Blue) = 139+23+93=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B175D is #74E8A2. Grayscale: #414141. Windows color (decimal): -7661731 or 6100875. OLE color: 6100875.

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

Color convert

RGB 139 23 93 -
CMYK 0 0.83 0.33 0.45
HSL 323.79º 0.72% 0.32% -
HSV(B) 323.79º 0.83% 0.55% -
XYZ 12.93 6.89 11 -
YUV 65.66 143.43 180.31 -
System Red Green Blue C M Y K H S L
Decimal 139 23 93 0 0.83 0.33 0.45 323.79 0.72 0.32
Hex 8B 17 5D 0 53 21 2D 144 48 20
Octal 213 27 135 0 123 41 55 504 110 40
Binary 10001011 10111 1011101 0 1010011 100001 101101 101000100 1001000 100000

Color Harmonies of #8B175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B175D

Black with #8B175D

Text Example


Text Example

White with #8B175D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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