Html Css Color HEX #8B185F Eggplant

📋 copy color: '#8B185F'

red 139 ◦ green 24 ◦ blue 95

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

Shades of Eggplant #8B185F

Tints of Eggplant #8B185F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.3%

 BLUE value IS 95 (37.5% from 255) = 36.82%

R = 53.88%
G = 9.3%
B = 36.82%

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

#8B185F (or 0x8B185F) is known color: Eggplant. HEX triplet: 8B, 18 and 5F. RGB value is (139,24,95). Sum of RGB (Red+Green+Blue) = 139+24+95=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B185F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B185F is #74E7A0. Grayscale: #424242. Windows color (decimal): -7661473 or 6232203. OLE color: 6232203.

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

Color convert

RGB 139 24 95 -
CMYK 0 0.83 0.32 0.45
HSL 322.96º 0.71% 0.32% -
HSV(B) 322.96º 0.83% 0.55% -
XYZ 13.04 6.97 11.48 -
YUV 66.48 144.1 179.73 -
System Red Green Blue C M Y K H S L
Decimal 139 24 95 0 0.83 0.32 0.45 322.96 0.71 0.32
Hex 8B 18 5F 0 53 20 2D 143 47 20
Octal 213 30 137 0 123 40 55 503 107 40
Binary 10001011 11000 1011111 0 1010011 100000 101101 101000011 1000111 100000

Color Harmonies of #8B185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B185F

Black with #8B185F

Text Example


Text Example

White with #8B185F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,24,95); }

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

background-color css

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

 a { background-color: rgb(139,24,95); }

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

border-color css

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

 span { border-color: rgb(139,24,95); }

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