Html Css Color HEX #871265 Eggplant

📋 copy color: '#871265'

red 135 ◦ green 18 ◦ blue 101

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

Shades of Eggplant #871265

Tints of Eggplant #871265

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.09%

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

R = 53.15%
G = 7.09%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#871265 (or 0x871265) is known color: Eggplant. HEX triplet: 87, 12 and 65. RGB value is (135,18,101). Sum of RGB (Red+Green+Blue) = 135+18+101=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #871265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871265 is #78ED9A. Grayscale: #3E3E3E. Windows color (decimal): -7925147 or 6623879. OLE color: 6623879.

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

Color convert

RGB 135 18 101 -
CMYK 0 0.87 0.25 0.47
HSL 317.44º 0.76% 0.3% -
HSV(B) 317.44º 0.87% 0.53% -
XYZ 12.56 6.52 12.91 -
YUV 62.45 149.76 179.75 -
System Red Green Blue C M Y K H S L
Decimal 135 18 101 0 0.87 0.25 0.47 317.44 0.76 0.3
Hex 87 12 65 0 57 19 2F 13D 4C 1E
Octal 207 22 145 0 127 31 57 475 114 36
Binary 10000111 10010 1100101 0 1010111 11001 101111 100111101 1001100 11110

Color Harmonies of #871265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871265

Black with #871265

Text Example


Text Example

White with #871265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871265; }

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

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

background-color css

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

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

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

border-color css

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

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

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