Html Css Color HEX #870D63 Eggplant

📋 copy color: '#870D63'

red 135 ◦ green 13 ◦ blue 99

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

Shades of Eggplant #870D63

Tints of Eggplant #870D63

RGB

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

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

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

R = 54.66%
G = 5.26%
B = 40.08%

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

#870D63 (or 0x870D63) is known color: Eggplant. HEX triplet: 87, 0D and 63. RGB value is (135,13,99). Sum of RGB (Red+Green+Blue) = 135+13+99=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #870D63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870D63 is #78F29C. Grayscale: #3B3B3B. Windows color (decimal): -7926429 or 6491527. OLE color: 6491527.

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

Color convert

RGB 135 13 99 -
CMYK 0 0.90 0.27 0.47
HSL 317.7º 0.82% 0.29% -
HSV(B) 317.7º 0.9% 0.53% -
XYZ 12.39 6.34 12.38 -
YUV 59.28 150.42 182.01 -
System Red Green Blue C M Y K H S L
Decimal 135 13 99 0 0.90 0.27 0.47 317.7 0.82 0.29
Hex 87 D 63 0 5A 1B 2F 13E 52 1D
Octal 207 15 143 0 132 33 57 476 122 35
Binary 10000111 1101 1100011 0 1011010 11011 101111 100111110 1010010 11101

Color Harmonies of #870D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870D63

Black with #870D63

Text Example


Text Example

White with #870D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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