Html Css Color HEX #8B1363 Eggplant

📋 copy color: '#8B1363'

red 139 ◦ green 19 ◦ blue 99

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

Shades of Eggplant #8B1363

Tints of Eggplant #8B1363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.52%

R = 54.09%
G = 7.39%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8B1363 (or 0x8B1363) is known color: Eggplant. HEX triplet: 8B, 13 and 63. RGB value is (139,19,99). Sum of RGB (Red+Green+Blue) = 139+19+99=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1363 is #74EC9C. Grayscale: #3F3F3F. Windows color (decimal): -7662749 or 6493067. OLE color: 6493067.

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

Color convert

RGB 139 19 99 -
CMYK 0 0.86 0.29 0.45
HSL 320º 0.76% 0.31% -
HSV(B) 320º 0.86% 0.55% -
XYZ 13.13 6.86 12.44 -
YUV 64 147.76 181.5 -
System Red Green Blue C M Y K H S L
Decimal 139 19 99 0 0.86 0.29 0.45 320 0.76 0.31
Hex 8B 13 63 0 56 1D 2D 140 4C 1F
Octal 213 23 143 0 126 35 55 500 114 37
Binary 10001011 10011 1100011 0 1010110 11101 101101 101000000 1001100 11111

Color Harmonies of #8B1363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1363

Black with #8B1363

Text Example


Text Example

White with #8B1363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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