Html Css Color HEX #870E69 Eggplant

📋 copy color: '#870E69'

red 135 ◦ green 14 ◦ blue 105

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

Shades of Eggplant #870E69

Tints of Eggplant #870E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.34%

R = 53.15%
G = 5.51%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#870E69 (or 0x870E69) is known color: Eggplant. HEX triplet: 87, 0E and 69. RGB value is (135,14,105). Sum of RGB (Red+Green+Blue) = 135+14+105=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #870E69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E69 is #78F196. Grayscale: #3C3C3C. Windows color (decimal): -7926167 or 6884999. OLE color: 6884999.

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

Color convert

RGB 135 14 105 -
CMYK 0 0.90 0.22 0.47
HSL 314.88º 0.81% 0.29% -
HSV(B) 314.88º 0.9% 0.53% -
XYZ 12.7 6.48 13.95 -
YUV 60.55 153.09 181.1 -
System Red Green Blue C M Y K H S L
Decimal 135 14 105 0 0.90 0.22 0.47 314.88 0.81 0.29
Hex 87 E 69 0 5A 16 2F 13B 51 1D
Octal 207 16 151 0 132 26 57 473 121 35
Binary 10000111 1110 1101001 0 1011010 10110 101111 100111011 1010001 11101

Color Harmonies of #870E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870E69

Black with #870E69

Text Example


Text Example

White with #870E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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