Html Css Color HEX #871065 Eggplant

📋 copy color: '#871065'

red 135 ◦ green 16 ◦ blue 101

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

Shades of Eggplant #871065

Tints of Eggplant #871065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.35%

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

R = 53.57%
G = 6.35%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#871065 (or 0x871065) is known color: Eggplant. HEX triplet: 87, 10 and 65. RGB value is (135,16,101). Sum of RGB (Red+Green+Blue) = 135+16+101=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #871065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871065 is #78EF9A. Grayscale: #3D3D3D. Windows color (decimal): -7925659 or 6623367. OLE color: 6623367.

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

Color convert

RGB 135 16 101 -
CMYK 0 0.88 0.25 0.47
HSL 317.14º 0.79% 0.3% -
HSV(B) 317.14º 0.88% 0.53% -
XYZ 12.53 6.46 12.9 -
YUV 61.27 150.42 180.59 -
System Red Green Blue C M Y K H S L
Decimal 135 16 101 0 0.88 0.25 0.47 317.14 0.79 0.3
Hex 87 10 65 0 58 19 2F 13D 4F 1E
Octal 207 20 145 0 130 31 57 475 117 36
Binary 10000111 10000 1100101 0 1011000 11001 101111 100111101 1001111 11110

Color Harmonies of #871065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871065

Black with #871065

Text Example


Text Example

White with #871065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871065; }

 p { color: rgb(135,16,101); }

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

background-color css

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

 a { background-color: rgb(135,16,101); }

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

border-color css

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

 span { border-color: rgb(135,16,101); }

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