Html Css Color HEX #870D65 Eggplant

📋 copy color: '#870D65'

red 135 ◦ green 13 ◦ blue 101

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

Shades of Eggplant #870D65

Tints of Eggplant #870D65

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.22%

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

R = 54.22%
G = 5.22%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#870D65 (or 0x870D65) is known color: Eggplant. HEX triplet: 87, 0D and 65. RGB value is (135,13,101). Sum of RGB (Red+Green+Blue) = 135+13+101=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #870D65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870D65 is #78F29A. Grayscale: #3B3B3B. Windows color (decimal): -7926427 or 6622599. OLE color: 6622599.

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

Color convert

RGB 135 13 101 -
CMYK 0 0.90 0.25 0.47
HSL 316.72º 0.82% 0.29% -
HSV(B) 316.72º 0.9% 0.53% -
XYZ 12.48 6.38 12.89 -
YUV 59.51 151.42 181.84 -
System Red Green Blue C M Y K H S L
Decimal 135 13 101 0 0.90 0.25 0.47 316.72 0.82 0.29
Hex 87 D 65 0 5A 19 2F 13D 52 1D
Octal 207 15 145 0 132 31 57 475 122 35
Binary 10000111 1101 1100101 0 1011010 11001 101111 100111101 1010010 11101

Color Harmonies of #870D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870D65

Black with #870D65

Text Example


Text Example

White with #870D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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