Html Css Color HEX #870969 Eggplant

📋 copy color: '#870969'

red 135 ◦ green 9 ◦ blue 105

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

Shades of Eggplant #870969

Tints of Eggplant #870969

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.61%

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

R = 54.22%
G = 3.61%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#870969 (or 0x870969) is known color: Eggplant. HEX triplet: 87, 09 and 69. RGB value is (135,9,105). Sum of RGB (Red+Green+Blue) = 135+9+105=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #870969 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870969 is #78F696. Grayscale: #393939. Windows color (decimal): -7927447 or 6883719. OLE color: 6883719.

HSL color Cylindrical-coordinate representation of color #870969: hue angle of 314.29º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870969 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 9 105 -
CMYK 0 0.93 0.22 0.47
HSL 314.29º 0.88% 0.28% -
HSV(B) 314.29º 0.93% 0.53% -
XYZ 12.64 6.37 13.93 -
YUV 57.62 154.74 183.19 -
System Red Green Blue C M Y K H S L
Decimal 135 9 105 0 0.93 0.22 0.47 314.29 0.88 0.28
Hex 87 9 69 0 5D 16 2F 13A 58 1C
Octal 207 11 151 0 135 26 57 472 130 34
Binary 10000111 1001 1101001 0 1011101 10110 101111 100111010 1011000 11100

Color Harmonies of #870969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870969

Black with #870969

Text Example


Text Example

White with #870969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870969; }

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

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

background-color css

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

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

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

border-color css

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

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

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