Html Css Color HEX #8B1365 Eggplant

📋 copy color: '#8B1365'

red 139 ◦ green 19 ◦ blue 101

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

Shades of Eggplant #8B1365

Tints of Eggplant #8B1365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39%

R = 53.67%
G = 7.34%
B = 39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8B1365 (or 0x8B1365) is known color: Eggplant. HEX triplet: 8B, 13 and 65. RGB value is (139,19,101). Sum of RGB (Red+Green+Blue) = 139+19+101=259 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.67% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1365 is #74EC9A. Grayscale: #404040. Windows color (decimal): -7662747 or 6624139. OLE color: 6624139.

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

Color convert

RGB 139 19 101 -
CMYK 0 0.86 0.27 0.45
HSL 319º 0.76% 0.31% -
HSV(B) 319º 0.86% 0.55% -
XYZ 13.23 6.89 12.95 -
YUV 64.23 148.76 181.33 -
System Red Green Blue C M Y K H S L
Decimal 139 19 101 0 0.86 0.27 0.45 319 0.76 0.31
Hex 8B 13 65 0 56 1B 2D 13F 4C 1F
Octal 213 23 145 0 126 33 55 477 114 37
Binary 10001011 10011 1100101 0 1010110 11011 101101 100111111 1001100 11111

Color Harmonies of #8B1365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1365

Black with #8B1365

Text Example


Text Example

White with #8B1365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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