Html Css Color HEX #860E63 Eggplant

📋 copy color: '#860E63'

red 134 ◦ green 14 ◦ blue 99

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

Shades of Eggplant #860E63

Tints of Eggplant #860E63

RGB

 RED value IS 134 (52.73% from 255) = 54.25%

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

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

R = 54.25%
G = 5.67%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#860E63 (or 0x860E63) is known color: Eggplant. HEX triplet: 86, 0E and 63. RGB value is (134,14,99). Sum of RGB (Red+Green+Blue) = 134+14+99=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #860E63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860E63 is #79F19C. Grayscale: #3B3B3B. Windows color (decimal): -7991709 or 6491782. OLE color: 6491782.

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

Color convert

RGB 134 14 99 -
CMYK 0 0.90 0.26 0.47
HSL 317.5º 0.81% 0.29% -
HSV(B) 317.5º 0.9% 0.53% -
XYZ 12.24 6.28 12.37 -
YUV 59.57 150.26 181.09 -
System Red Green Blue C M Y K H S L
Decimal 134 14 99 0 0.90 0.26 0.47 317.5 0.81 0.29
Hex 86 E 63 0 5A 1A 2F 13E 51 1D
Octal 206 16 143 0 132 32 57 476 121 35
Binary 10000110 1110 1100011 0 1011010 11010 101111 100111110 1010001 11101

Color Harmonies of #860E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860E63

Black with #860E63

Text Example


Text Example

White with #860E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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