Html Css Color HEX #871358 Eggplant

📋 copy color: '#871358'

red 135 ◦ green 19 ◦ blue 88

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

Shades of Eggplant #871358

Tints of Eggplant #871358

RGB

 RED value IS 135 (53.13% from 255) = 55.79%

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

 BLUE value IS 88 (34.77% from 255) = 36.36%

R = 55.79%
G = 7.85%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#871358 (or 0x871358) is known color: Eggplant. HEX triplet: 87, 13 and 58. RGB value is (135,19,88). Sum of RGB (Red+Green+Blue) = 135+19+88=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #871358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871358 is #78ECA7. Grayscale: #3D3D3D. Windows color (decimal): -7924904 or 5772167. OLE color: 5772167.

HSL color Cylindrical-coordinate representation of color #871358: hue angle of 324.31º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871358 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 19 88 -
CMYK 0 0.86 0.35 0.47
HSL 324.31º 0.75% 0.3% -
HSV(B) 324.31º 0.86% 0.53% -
XYZ 11.99 6.32 9.82 -
YUV 61.55 142.93 180.39 -
System Red Green Blue C M Y K H S L
Decimal 135 19 88 0 0.86 0.35 0.47 324.31 0.75 0.3
Hex 87 13 58 0 56 23 2F 144 4B 1E
Octal 207 23 130 0 126 43 57 504 113 36
Binary 10000111 10011 1011000 0 1010110 100011 101111 101000100 1001011 11110

Color Harmonies of #871358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871358

Black with #871358

Text Example


Text Example

White with #871358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871358; }

 p { color: rgb(135,19,88); }

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

background-color css

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

 a { background-color: rgb(135,19,88); }

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

border-color css

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

 span { border-color: rgb(135,19,88); }

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