Html Css Color HEX #860663 Eggplant

📋 copy color: '#860663'

red 134 ◦ green 6 ◦ blue 99

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

Shades of Eggplant #860663

Tints of Eggplant #860663

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.51%

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

R = 56.07%
G = 2.51%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#860663 (or 0x860663) is known color: Eggplant. HEX triplet: 86, 06 and 63. RGB value is (134,6,99). Sum of RGB (Red+Green+Blue) = 134+6+99=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #860663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860663 is #79F99C. Grayscale: #363636. Windows color (decimal): -7993757 or 6489734. OLE color: 6489734.

HSL color Cylindrical-coordinate representation of color #860663: hue angle of 316.41º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860663 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 6 99 -
CMYK 0 0.96 0.26 0.47
HSL 316.41º 0.91% 0.27% -
HSV(B) 316.41º 0.96% 0.53% -
XYZ 12.15 6.1 12.34 -
YUV 54.87 152.91 184.44 -
System Red Green Blue C M Y K H S L
Decimal 134 6 99 0 0.96 0.26 0.47 316.41 0.91 0.27
Hex 86 6 63 0 60 1A 2F 13C 5B 1B
Octal 206 6 143 0 140 32 57 474 133 33
Binary 10000110 110 1100011 0 1100000 11010 101111 100111100 1011011 11011

Color Harmonies of #860663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860663

Black with #860663

Text Example


Text Example

White with #860663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860663; }

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

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

background-color css

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

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

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

border-color css

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

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

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