Html Css Color HEX #8B135F Eggplant

📋 copy color: '#8B135F'

red 139 ◦ green 19 ◦ blue 95

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

Shades of Eggplant #8B135F

Tints of Eggplant #8B135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.51%

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

R = 54.94%
G = 7.51%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8B135F (or 0x8B135F) is known color: Eggplant. HEX triplet: 8B, 13 and 5F. RGB value is (139,19,95). Sum of RGB (Red+Green+Blue) = 139+19+95=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B135F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B135F is #74ECA0. Grayscale: #3F3F3F. Windows color (decimal): -7662753 or 6230923. OLE color: 6230923.

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

Color convert

RGB 139 19 95 -
CMYK 0 0.86 0.32 0.45
HSL 322º 0.76% 0.31% -
HSV(B) 322º 0.86% 0.55% -
XYZ 12.95 6.78 11.45 -
YUV 63.54 145.76 181.82 -
System Red Green Blue C M Y K H S L
Decimal 139 19 95 0 0.86 0.32 0.45 322 0.76 0.31
Hex 8B 13 5F 0 56 20 2D 142 4C 1F
Octal 213 23 137 0 126 40 55 502 114 37
Binary 10001011 10011 1011111 0 1010110 100000 101101 101000010 1001100 11111

Color Harmonies of #8B135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B135F

Black with #8B135F

Text Example


Text Example

White with #8B135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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