Html Css Color HEX #870F65 Eggplant

📋 copy color: '#870F65'

red 135 ◦ green 15 ◦ blue 101

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

Shades of Eggplant #870F65

Tints of Eggplant #870F65

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.98%

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

R = 53.78%
G = 5.98%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#870F65 (or 0x870F65) is known color: Eggplant. HEX triplet: 87, 0F and 65. RGB value is (135,15,101). Sum of RGB (Red+Green+Blue) = 135+15+101=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #870F65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870F65 is #78F09A. Grayscale: #3C3C3C. Windows color (decimal): -7925915 or 6623111. OLE color: 6623111.

HSL color Cylindrical-coordinate representation of color #870F65: hue angle of 317º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F65 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 15 101 -
CMYK 0 0.89 0.25 0.47
HSL 317º 0.8% 0.29% -
HSV(B) 317º 0.89% 0.53% -
XYZ 12.51 6.43 12.89 -
YUV 60.68 150.76 181.01 -
System Red Green Blue C M Y K H S L
Decimal 135 15 101 0 0.89 0.25 0.47 317 0.8 0.29
Hex 87 F 65 0 59 19 2F 13D 50 1D
Octal 207 17 145 0 131 31 57 475 120 35
Binary 10000111 1111 1100101 0 1011001 11001 101111 100111101 1010000 11101

Color Harmonies of #870F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870F65

Black with #870F65

Text Example


Text Example

White with #870F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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