Html Css Color HEX #870E63 Eggplant

📋 copy color: '#870E63'

red 135 ◦ green 14 ◦ blue 99

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

Shades of Eggplant #870E63

Tints of Eggplant #870E63

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.65%

 BLUE value IS 99 (39.06% from 255) = 39.92%

R = 54.44%
G = 5.65%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#870E63 (or 0x870E63) is known color: Eggplant. HEX triplet: 87, 0E and 63. RGB value is (135,14,99). Sum of RGB (Red+Green+Blue) = 135+14+99=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #870E63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E63 is #78F19C. Grayscale: #3B3B3B. Windows color (decimal): -7926173 or 6491783. OLE color: 6491783.

HSL color Cylindrical-coordinate representation of color #870E63: hue angle of 317.85º degrees, saturation: 0.81, 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 #870E63 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 14 99 -
CMYK 0 0.90 0.27 0.47
HSL 317.85º 0.81% 0.29% -
HSV(B) 317.85º 0.9% 0.53% -
XYZ 12.4 6.37 12.38 -
YUV 59.87 150.09 181.59 -
System Red Green Blue C M Y K H S L
Decimal 135 14 99 0 0.90 0.27 0.47 317.85 0.81 0.29
Hex 87 E 63 0 5A 1B 2F 13E 51 1D
Octal 207 16 143 0 132 33 57 476 121 35
Binary 10000111 1110 1100011 0 1011010 11011 101111 100111110 1010001 11101

Color Harmonies of #870E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870E63

Black with #870E63

Text Example


Text Example

White with #870E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,14,99); }

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

background-color css

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

 a { background-color: rgb(135,14,99); }

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

border-color css

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

 span { border-color: rgb(135,14,99); }

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