Html Css Color HEX #8B145F Eggplant

📋 copy color: '#8B145F'

red 139 ◦ green 20 ◦ blue 95

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

Shades of Eggplant #8B145F

Tints of Eggplant #8B145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.87%

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

R = 54.72%
G = 7.87%
B = 37.4%

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

#8B145F (or 0x8B145F) is known color: Eggplant. HEX triplet: 8B, 14 and 5F. RGB value is (139,20,95). Sum of RGB (Red+Green+Blue) = 139+20+95=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B145F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B145F is #74EBA0. Grayscale: #3F3F3F. Windows color (decimal): -7662497 or 6231179. OLE color: 6231179.

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

Color convert

RGB 139 20 95 -
CMYK 0 0.86 0.32 0.45
HSL 322.18º 0.75% 0.31% -
HSV(B) 322.18º 0.86% 0.55% -
XYZ 12.96 6.82 11.46 -
YUV 64.13 145.42 181.4 -
System Red Green Blue C M Y K H S L
Decimal 139 20 95 0 0.86 0.32 0.45 322.18 0.75 0.31
Hex 8B 14 5F 0 56 20 2D 142 4B 1F
Octal 213 24 137 0 126 40 55 502 113 37
Binary 10001011 10100 1011111 0 1010110 100000 101101 101000010 1001011 11111

Color Harmonies of #8B145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B145F

Black with #8B145F

Text Example


Text Example

White with #8B145F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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